#197BAF

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

Shades of Cerulean #197BAF

Tints of Cerulean #197BAF

Color information

#197BAF (or 0x197BAF) is unknown color: approx Cerulean. HEX triplet: 19, 7B and AF. RGB value is (25,123,175). Sum of RGB (Red+Green+Blue) = 25+123+175=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #197BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197BAF is #E68450. Grayscale: #636363. Windows color (decimal): -15107153 or 11500313. OLE color: 11500313.

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

Color convert

RGB25123175-
CMYK0.860.3000.31
HSL200.8º75%39.22%-
HSV(B)200.8º85.71%68.63%-
XYZ15.2217.4743.13-
YUV99.63170.5374.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.74%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 175 (68.75% from 255) = 54.18%
R=7.74%
G=38.08%
B=54.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251231750.860.3000.31200.87539.22
Hex197BAF561E01Fc94b27
Octal311732571263603731111347
Binary11001111101110101111101011011110011111110010011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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