#194D9F

Color #194D9F Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #194D9F

Tints of Cobalt #194D9F

Color information

#194D9F (or 0x194D9F) is unknown color: approx Cobalt. HEX triplet: 19, 4D and 9F. RGB value is (25,77,159). Sum of RGB (Red+Green+Blue) = 25+77+159=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #194D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194D9F is #E6B260. Grayscale: #464646. Windows color (decimal): -15118945 or 10439961. OLE color: 10439961.

HSL color Cylindrical-coordinate representation of color #194D9F: hue angle of 216.72º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194D9F is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2577159-
CMYK0.840.5200.38
HSL216.72º72.83%36.08%-
HSV(B)216.72º84.28%62.35%-
XYZ9.318.0233.86-
YUV70.8177.7795.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 9.58%
GREEN value IS 77 (30.47% from 255) = 29.50%
BLUE value IS 159 (62.5% from 255) = 60.92%
R=9.58%
G=29.50%
B=60.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25771590.840.5200.38216.7272.8336.08
Hex194D9F5434026d94924
Octal311152371246404633111144
Binary1100110011011001111110101001101000100110110110011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194D9F; }

 p { color: rgb(25,77,159); }

 H1.HeaderClassName
 {
   color: #194D9F;
 }
 .AnyTagClassName
 {
   color: #194D9F;
 }
</style>
background-color css

<style>
 a { background-color: #194D9F; }

 a { background-color: rgb(25,77,159); }

 div.DivClassName
 {
   background-color: #194D9F;
 }
 .BgClassName
 {
   background-color: #194D9F;
 }
</style>
border-color css

<style>
 span { border-color: #194D9F; }

 span { border-color: rgb(25,77,159); }

 td.TdClassName
 {
   border-color: #194D9F;
 }
 .TagClassName
 {
   border-color: #194D9F;
 }
</style>