Html Css Color HEX #197BAB Cerulean

📋 copy color: '#197BAB'

red 25 ◦ green 123 ◦ blue 171

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

Shades of Cerulean #197BAB

Tints of Cerulean #197BAB

RGB

 RED value IS 25 (10.16% from 255) = 7.84%

 GREEN value IS 123 (48.44% from 255) = 38.56%

 BLUE value IS 171 (67.19% from 255) = 53.61%

R = 7.84%
G = 38.56%
B = 53.61%

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

#197BAB (or 0x197BAB) is known color: Cerulean. HEX triplet: 19, 7B and AB. RGB value is (25,123,171). Sum of RGB (Red+Green+Blue) = 25+123+171=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #197BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197BAB is #E68454. Grayscale: #626262. Windows color (decimal): -15107157 or 11238169. OLE color: 11238169.

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

Color convert

RGB 25 123 171 -
CMYK 0.85 0.28 0 0.33
HSL 199.73º 0.74% 0.38% -
HSV(B) 199.73º 0.85% 0.67% -
XYZ 14.83 17.31 41.09 -
YUV 99.17 168.53 75.1 -
System Red Green Blue C M Y K H S L
Decimal 25 123 171 0.85 0.28 0 0.33 199.73 0.74 0.38
Hex 19 7B AB 55 1C 0 21 C8 4A 26
Octal 31 173 253 125 34 0 41 310 112 46
Binary 11001 1111011 10101011 1010101 11100 0 100001 11001000 1001010 100110

Color Harmonies of #197BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BAB

Black with #197BAB

Text Example


Text Example

White with #197BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #197BAB;
 }
 .AnyTagClassName
 {
   color: #197BAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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