#197CB6

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

Shades of Cerulean #197CB6

Tints of Cerulean #197CB6

Color information

#197CB6 (or 0x197CB6) is unknown color: approx Cerulean. HEX triplet: 19, 7C and B6. RGB value is (25,124,182). Sum of RGB (Red+Green+Blue) = 25+124+182=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 182 (71.48% from 255 or 54.98% from 331); Max value from RGB is 182 - color contains mainly: blue. Hex color #197CB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CB6 is #E68349. Grayscale: #646464. Windows color (decimal): -15106890 or 11959321. OLE color: 11959321.

HSL color Cylindrical-coordinate representation of color #197CB6: hue angle of 202.17º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197CB6 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB25124182-
CMYK0.860.3200.29
HSL202.17º75.85%40.59%-
HSV(B)202.17º86.26%71.37%-
XYZ16.051846.88-
YUV101.01173.773.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.55%
GREEN value IS 124 (48.83% from 255) = 37.46%
BLUE value IS 182 (71.48% from 255) = 54.98%
R=7.55%
G=37.46%
B=54.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal251241820.860.3200.29202.1775.8540.59
Hex197CB6562001Dca4c29
Octal311742661264003531211451
Binary110011111100101101101010110100000011101110010101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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