#194FA0

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

Shades of Cobalt #194FA0

Tints of Cobalt #194FA0

Color information

#194FA0 (or 0x194FA0) is unknown color: approx Cobalt. HEX triplet: 19, 4F and A0. RGB value is (25,79,160). Sum of RGB (Red+Green+Blue) = 25+79+160=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 160 (62.89% from 255 or 60.61% from 264); Max value from RGB is 160 - color contains mainly: blue. Hex color #194FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194FA0 is #E6B05F. Grayscale: #474747. Windows color (decimal): -15118432 or 10506009. OLE color: 10506009.

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

Color convert

RGB2579160-
CMYK0.840.5100.37
HSL216º72.97%36.27%-
HSV(B)216º84.38%62.75%-
XYZ9.548.3434.36-
YUV72.09177.6194.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.47%
GREEN value IS 79 (31.25% from 255) = 29.92%
BLUE value IS 160 (62.89% from 255) = 60.61%
R=9.47%
G=29.92%
B=60.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal25791600.840.5100.3721672.9736.27
Hex194FA05433025d84924
Octal311172401246304533011144
Binary1100110011111010000010101001100110100101110110001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,79,160); }

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

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

 a { background-color: rgb(25,79,160); }

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

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

 span { border-color: rgb(25,79,160); }

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