#197cb8

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

Shades of Cerulean #197CB8

Tints of Cerulean #197CB8

Color information

#197CB8 (or 0x197CB8) is unknown color: approx Cerulean. HEX triplet: 19, 7C and B8. RGB value is (25,124,184). Sum of RGB (Red+Green+Blue) = 25+124+184=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 184 (72.27% from 255 or 55.26% from 333); Max value from RGB is 184 - color contains mainly: blue. Hex color #197CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CB8 is #E68347. Grayscale: #646464. Windows color (decimal): -15106888 or 12090393. OLE color: 12090393.

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

Color convert

RGB25124184-
CMYK0.860.3300.28
HSL202.64º76.08%40.98%-
HSV(B)202.64º86.41%72.16%-
XYZ16.2618.0847.98-
YUV101.24174.773.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.51%
GREEN value IS 124 (48.83% from 255) = 37.24%
BLUE value IS 184 (72.27% from 255) = 55.26%
R=7.51%
G=37.24%
B=55.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal251241840.860.3300.28202.6476.0840.98
Hex197CB8562101Ccb4c29
Octal311742701264103431311451
Binary110011111100101110001010110100001011100110010111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197cb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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