#197A9E

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

Shades of Cerulean #197A9E

Tints of Cerulean #197A9E

Color information

#197A9E (or 0x197A9E) is unknown color: approx Cerulean. HEX triplet: 19, 7A and 9E. RGB value is (25,122,158). Sum of RGB (Red+Green+Blue) = 25+122+158=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #197A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197A9E is #E68561. Grayscale: #606060. Windows color (decimal): -15107426 or 10385945. OLE color: 10385945.

HSL color Cylindrical-coordinate representation of color #197A9E: hue angle of 196.24º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197A9E is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB25122158-
CMYK0.840.2300.38
HSL196.24º72.68%35.88%-
HSV(B)196.24º84.18%61.96%-
XYZ13.5316.5934.84-
YUV97.1162.3676.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.20%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 158 (62.11% from 255) = 51.80%
R=8.20%
G=40%
B=51.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251221580.840.2300.38196.2472.6835.88
Hex197A9E5417026c44924
Octal311722361242704630411144
Binary110011111010100111101010100101110100110110001001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,122,158); }

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

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

 a { background-color: rgb(25,122,158); }

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

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

 span { border-color: rgb(25,122,158); }

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