Html Css Color HEX #197BAE Cerulean

📋 copy color: '#197BAE'

red 25 ◦ green 123 ◦ blue 174

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

Shades of Cerulean #197BAE

Tints of Cerulean #197BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.04%

R = 7.76%
G = 38.2%
B = 54.04%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#197BAE (or 0x197BAE) is known color: Cerulean. HEX triplet: 19, 7B and AE. RGB value is (25,123,174). Sum of RGB (Red+Green+Blue) = 25+123+174=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #197BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197BAE is #E68451. Grayscale: #636363. Windows color (decimal): -15107154 or 11434777. OLE color: 11434777.

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

Color convert

RGB 25 123 174 -
CMYK 0.86 0.29 0 0.32
HSL 200.54º 0.75% 0.39% -
HSV(B) 200.54º 0.86% 0.68% -
XYZ 15.12 17.43 42.61 -
YUV 99.51 170.03 74.85 -
System Red Green Blue C M Y K H S L
Decimal 25 123 174 0.86 0.29 0 0.32 200.54 0.75 0.39
Hex 19 7B AE 56 1D 0 20 C9 4B 27
Octal 31 173 256 126 35 0 40 311 113 47
Binary 11001 1111011 10101110 1010110 11101 0 100000 11001001 1001011 100111

Color Harmonies of #197BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BAE

Black with #197BAE

Text Example


Text Example

White with #197BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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