#197DAF

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

Shades of Cerulean #197DAF

Tints of Cerulean #197DAF

Color information

#197DAF (or 0x197DAF) is unknown color: approx Cerulean. HEX triplet: 19, 7D and AF. RGB value is (25,125,175). Sum of RGB (Red+Green+Blue) = 25+125+175=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #197DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197DAF is #E68250. Grayscale: #646464. Windows color (decimal): -15106641 or 11500825. OLE color: 11500825.

HSL color Cylindrical-coordinate representation of color #197DAF: hue angle of 200º 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 #197DAF is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB25125175-
CMYK0.860.2900.31
HSL200º75%39.22%-
HSV(B)200º85.71%68.63%-
XYZ15.4717.9743.21-
YUV100.8169.8773.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.69%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 175 (68.75% from 255) = 53.85%
R=7.69%
G=38.46%
B=53.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251251750.860.2900.312007539.22
Hex197DAF561D01Fc84b27
Octal311752571263503731011347
Binary11001111110110101111101011011101011111110010001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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