Html Css Color HEX #197CAA Cerulean

📋 copy color: '#197CAA'

red 25 ◦ green 124 ◦ blue 170

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

Shades of Cerulean #197CAA

Tints of Cerulean #197CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.87%

 BLUE value IS 170 (66.8% from 255) = 53.29%

R = 7.84%
G = 38.87%
B = 53.29%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#197CAA (or 0x197CAA) is known color: Cerulean. HEX triplet: 19, 7C and AA. RGB value is (25,124,170). Sum of RGB (Red+Green+Blue) = 25+124+170=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #197CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197CAA is #E68355. Grayscale: #636363. Windows color (decimal): -15106902 or 11172889. OLE color: 11172889.

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

Color convert

RGB 25 124 170 -
CMYK 0.85 0.27 0 0.33
HSL 199.03º 0.74% 0.38% -
HSV(B) 199.03º 0.85% 0.67% -
XYZ 14.86 17.52 40.63 -
YUV 99.64 167.7 74.76 -
System Red Green Blue C M Y K H S L
Decimal 25 124 170 0.85 0.27 0 0.33 199.03 0.74 0.38
Hex 19 7C AA 55 1B 0 21 C7 4A 26
Octal 31 174 252 125 33 0 41 307 112 46
Binary 11001 1111100 10101010 1010101 11011 0 100001 11000111 1001010 100110

Color Harmonies of #197CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CAA

Black with #197CAA

Text Example


Text Example

White with #197CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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