#197AB0

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

Shades of Cerulean #197AB0

Tints of Cerulean #197AB0

Color information

#197AB0 (or 0x197AB0) is unknown color: approx Cerulean. HEX triplet: 19, 7A and B0. RGB value is (25,122,176). Sum of RGB (Red+Green+Blue) = 25+122+176=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 176 (69.14% from 255 or 54.49% from 323); Max value from RGB is 176 - color contains mainly: blue. Hex color #197AB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197AB0 is #E6854F. Grayscale: #626262. Windows color (decimal): -15107408 or 11565593. OLE color: 11565593.

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

Color convert

RGB25122176-
CMYK0.860.3100.31
HSL201.46º75.12%39.41%-
HSV(B)201.46º85.8%69.02%-
XYZ15.217.2643.6-
YUV99.15171.3675.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.74%
GREEN value IS 122 (48.05% from 255) = 37.77%
BLUE value IS 176 (69.14% from 255) = 54.49%
R=7.74%
G=37.77%
B=54.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251221760.860.3100.31201.4675.1239.41
Hex197AB0561F01Fc94b27
Octal311722601263703731111347
Binary11001111101010110000101011011111011111110010011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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