Html Css Color HEX #197BAA Cerulean

📋 copy color: '#197BAA'

red 25 ◦ green 123 ◦ blue 170

#197BAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #197BAA

Tints of Cerulean #197BAA

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.8% from 255) = 53.46%

R = 7.86%
G = 38.68%
B = 53.46%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#197BAA (or 0x197BAA) is known color: 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

RGB 25 123 170 -
CMYK 0.85 0.28 0 0.33
HSL 199.45º 0.74% 0.38% -
HSV(B) 199.45º 0.85% 0.67% -
XYZ 14.74 17.27 40.59 -
YUV 99.06 168.03 75.18 -
System Red Green Blue C M Y K H S L
Decimal 25 123 170 0.85 0.28 0 0.33 199.45 0.74 0.38
Hex 19 7B AA 55 1C 0 21 C7 4A 26
Octal 31 173 252 125 34 0 41 307 112 46
Binary 11001 1111011 10101010 1010101 11100 0 100001 11000111 1001010 100110

Color Harmonies of #197BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BAA

Black with #197BAA

Text Example


Text Example

White with #197BAA

Text Example


Text Example

HTML Codes & Css Web 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>