Html Css Color HEX #197CA2 Cerulean

📋 copy color: '#197CA2'

red 25 ◦ green 124 ◦ blue 162

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

Shades of Cerulean #197CA2

Tints of Cerulean #197CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 52.09%

R = 8.04%
G = 39.87%
B = 52.09%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#197CA2 (or 0x197CA2) is known color: Cerulean. HEX triplet: 19, 7C and A2. RGB value is (25,124,162). Sum of RGB (Red+Green+Blue) = 25+124+162=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 162 (63.67% from 255 or 52.09% from 311); Max value from RGB is 162 - color contains mainly: blue. Hex color #197CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197CA2 is #E6835D. Grayscale: #626262. Windows color (decimal): -15106910 or 10648601. OLE color: 10648601.

HSL color Cylindrical-coordinate representation of color #197CA2: hue angle of 196.64º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #197CA2 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 25 124 162 -
CMYK 0.85 0.23 0 0.36
HSL 196.64º 0.73% 0.37% -
HSV(B) 196.64º 0.85% 0.64% -
XYZ 14.13 17.23 36.76 -
YUV 98.73 163.7 75.41 -
System Red Green Blue C M Y K H S L
Decimal 25 124 162 0.85 0.23 0 0.36 196.64 0.73 0.37
Hex 19 7C A2 55 17 0 24 C5 49 25
Octal 31 174 242 125 27 0 44 305 111 45
Binary 11001 1111100 10100010 1010101 10111 0 100100 11000101 1001001 100101

Color Harmonies of #197CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CA2

Black with #197CA2

Text Example


Text Example

White with #197CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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