#197BAA

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

Shades of Cerulean #197BAA

Tints of Cerulean #197BAA

Color information

#197BAA (or 0x197BAA) is unknown color: approx Cerulean. HEX triplet: 19, 7B and AA. RGB value is (25,123,170). Sum of RGB (Red+Green+Blue) = 25+123+170=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #197BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197BAA is #E68455. Grayscale: #626262. Windows color (decimal): -15107158 or 11172633. OLE color: 11172633.

HSL color Cylindrical-coordinate representation of color #197BAA: hue angle of 199.45º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #197BAA is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB25123170-
CMYK0.850.2800.33
HSL199.45º74.36%38.24%-
HSV(B)199.45º85.29%66.67%-
XYZ14.7417.2740.59-
YUV99.06168.0375.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.86%
GREEN value IS 123 (48.44% from 255) = 38.68%
BLUE value IS 170 (66.80% from 255) = 53.46%
R=7.86%
G=38.68%
B=53.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251231700.850.2800.33199.4574.3638.24
Hex197BAA551C021c74a26
Octal311732521253404130711246
Binary110011111011101010101010101111000100001110001111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,123,170); }

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

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

 a { background-color: rgb(25,123,170); }

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

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

 span { border-color: rgb(25,123,170); }

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