Html Css Color HEX #197FA2 Cerulean

📋 copy color: '#197FA2'

red 25 ◦ green 127 ◦ blue 162

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

Shades of Cerulean #197FA2

Tints of Cerulean #197FA2

RGB

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

 GREEN value IS 127 (50% from 255) = 40.45%

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

R = 7.96%
G = 40.45%
B = 51.59%

CMYK

 C value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#197FA2 (or 0x197FA2) is known color: Cerulean. HEX triplet: 19, 7F and A2. RGB value is (25,127,162). Sum of RGB (Red+Green+Blue) = 25+127+162=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 162 (63.67% from 255 or 51.59% from 314); Max value from RGB is 162 - color contains mainly: blue. Hex color #197FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197FA2 is #E6805D. Grayscale: #646464. Windows color (decimal): -15106142 or 10649369. OLE color: 10649369.

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

Color convert

RGB 25 127 162 -
CMYK 0.85 0.22 0 0.36
HSL 195.33º 0.73% 0.37% -
HSV(B) 195.33º 0.85% 0.64% -
XYZ 14.51 17.99 36.89 -
YUV 100.49 162.71 74.15 -
System Red Green Blue C M Y K H S L
Decimal 25 127 162 0.85 0.22 0 0.36 195.33 0.73 0.37
Hex 19 7F A2 55 16 0 24 C3 49 25
Octal 31 177 242 125 26 0 44 303 111 45
Binary 11001 1111111 10100010 1010101 10110 0 100100 11000011 1001001 100101

Color Harmonies of #197FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FA2

Black with #197FA2

Text Example


Text Example

White with #197FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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