#197DB7

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

Shades of Cerulean #197DB7

Tints of Cerulean #197DB7

Color information

#197DB7 (or 0x197DB7) is unknown color: approx Cerulean. HEX triplet: 19, 7D and B7. RGB value is (25,125,183). Sum of RGB (Red+Green+Blue) = 25+125+183=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 183 (71.88% from 255 or 54.95% from 333); Max value from RGB is 183 - color contains mainly: blue. Hex color #197DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DB7 is #E68248. Grayscale: #656565. Windows color (decimal): -15106633 or 12025113. OLE color: 12025113.

HSL color Cylindrical-coordinate representation of color #197DB7: hue angle of 202.03º 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 #197DB7 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB25125183-
CMYK0.860.3200.28
HSL202.03º75.96%40.78%-
HSV(B)202.03º86.34%71.76%-
XYZ16.2818.2947.47-
YUV101.71173.8773.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.51%
GREEN value IS 125 (49.22% from 255) = 37.54%
BLUE value IS 183 (71.88% from 255) = 54.95%
R=7.51%
G=37.54%
B=54.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal251251830.860.3200.28202.0375.9640.78
Hex197DB7562001Cca4c29
Octal311752671264003431211451
Binary110011111101101101111010110100000011100110010101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,125,183); }

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

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

 a { background-color: rgb(25,125,183); }

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

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

 span { border-color: rgb(25,125,183); }

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