#197CAC

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

Shades of Cerulean #197CAC

Tints of Cerulean #197CAC

Color information

#197CAC (or 0x197CAC) is unknown color: approx Cerulean. HEX triplet: 19, 7C and AC. RGB value is (25,124,172). Sum of RGB (Red+Green+Blue) = 25+124+172=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #197CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197CAC is #E68353. Grayscale: #636363. Windows color (decimal): -15106900 or 11303961. OLE color: 11303961.

HSL color Cylindrical-coordinate representation of color #197CAC: hue angle of 199.59º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #197CAC is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB25124172-
CMYK0.850.2800.33
HSL199.59º74.62%38.63%-
HSV(B)199.59º85.47%67.45%-
XYZ15.0517.641.63-
YUV99.87168.774.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.79%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 172 (67.58% from 255) = 53.58%
R=7.79%
G=38.63%
B=53.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251241720.850.2800.33199.5974.6238.63
Hex197CAC551C021c84b27
Octal311742541253404131011347
Binary110011111100101011001010101111000100001110010001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,124,172); }

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

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

 a { background-color: rgb(25,124,172); }

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

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

 span { border-color: rgb(25,124,172); }

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