#197EB1

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

Shades of Cerulean #197EB1

Tints of Cerulean #197EB1

Color information

#197EB1 (or 0x197EB1) is unknown color: approx Cerulean. HEX triplet: 19, 7E and B1. RGB value is (25,126,177). Sum of RGB (Red+Green+Blue) = 25+126+177=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 177 (69.53% from 255 or 53.96% from 328); Max value from RGB is 177 - color contains mainly: blue. Hex color #197EB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197EB1 is #E6814E. Grayscale: #656565. Windows color (decimal): -15106383 or 11632153. OLE color: 11632153.

HSL color Cylindrical-coordinate representation of color #197EB1: hue angle of 200.13º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197EB1 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB25126177-
CMYK0.860.2900.31
HSL200.13º75.25%39.61%-
HSV(B)200.13º85.88%69.41%-
XYZ15.818.344.3-
YUV101.61170.5473.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.62%
GREEN value IS 126 (49.61% from 255) = 38.41%
BLUE value IS 177 (69.53% from 255) = 53.96%
R=7.62%
G=38.41%
B=53.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251261770.860.2900.31200.1375.2539.61
Hex197EB1561D01Fc84b28
Octal311762611263503731011350
Binary11001111111010110001101011011101011111110010001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,126,177); }

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

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

 a { background-color: rgb(25,126,177); }

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

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

 span { border-color: rgb(25,126,177); }

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