#197C9E

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

Shades of Cerulean #197C9E

Tints of Cerulean #197C9E

Color information

#197C9E (or 0x197C9E) is unknown color: approx Cerulean. HEX triplet: 19, 7C and 9E. RGB value is (25,124,158). Sum of RGB (Red+Green+Blue) = 25+124+158=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #197C9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197C9E is #E68361. Grayscale: #626262. Windows color (decimal): -15106914 or 10386457. OLE color: 10386457.

HSL color Cylindrical-coordinate representation of color #197C9E: hue angle of 195.34º 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 #197C9E is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB25124158-
CMYK0.840.2200.38
HSL195.34º72.68%35.88%-
HSV(B)195.34º84.18%61.96%-
XYZ13.7817.0934.92-
YUV98.28161.775.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.14%
GREEN value IS 124 (48.83% from 255) = 40.39%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=8.14%
G=40.39%
B=51.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251241580.840.2200.38195.3472.6835.88
Hex197C9E5416026c34924
Octal311742361242604630311144
Binary110011111100100111101010100101100100110110000111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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