#194DAF

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

Shades of Cerulean Blue #194DAF

Tints of Cerulean Blue #194DAF

Color information

#194DAF (or 0x194DAF) is unknown color: approx Cerulean Blue. HEX triplet: 19, 4D and AF. RGB value is (25,77,175). Sum of RGB (Red+Green+Blue) = 25+77+175=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 175 (68.75% from 255 or 63.18% from 277); Max value from RGB is 175 - color contains mainly: blue. Hex color #194DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194DAF is #E6B250. Grayscale: #484848. Windows color (decimal): -15118929 or 11488537. OLE color: 11488537.

HSL color Cylindrical-coordinate representation of color #194DAF: hue angle of 219.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194DAF is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2577175-
CMYK0.860.5600.31
HSL219.2º75%39.22%-
HSV(B)219.2º85.71%68.63%-
XYZ10.798.6141.65-
YUV72.62185.7794.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.03%
GREEN value IS 77 (30.47% from 255) = 27.80%
BLUE value IS 175 (68.75% from 255) = 63.18%
R=9.03%
G=27.80%
B=63.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal25771750.860.5600.31219.27539.22
Hex194DAF563801Fdb4b27
Octal311152571267003733311347
Binary110011001101101011111010110111000011111110110111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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