Html Css Color HEX #197FA0 Cerulean

📋 copy color: '#197FA0'

red 25 ◦ green 127 ◦ blue 160

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

Shades of Cerulean #197FA0

Tints of Cerulean #197FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 51.28%

R = 8.01%
G = 40.71%
B = 51.28%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#197FA0 (or 0x197FA0) is known color: Cerulean. HEX triplet: 19, 7F and A0. RGB value is (25,127,160). Sum of RGB (Red+Green+Blue) = 25+127+160=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 160 (62.89% from 255 or 51.28% from 312); Max value from RGB is 160 - color contains mainly: blue. Hex color #197FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197FA0 is #E6805F. Grayscale: #646464. Windows color (decimal): -15106144 or 10518297. OLE color: 10518297.

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

Color convert

RGB 25 127 160 -
CMYK 0.84 0.21 0 0.37
HSL 194.67º 0.73% 0.36% -
HSV(B) 194.67º 0.84% 0.63% -
XYZ 14.34 17.92 35.96 -
YUV 100.26 161.71 74.32 -
System Red Green Blue C M Y K H S L
Decimal 25 127 160 0.84 0.21 0 0.37 194.67 0.73 0.36
Hex 19 7F A0 54 15 0 25 C3 49 24
Octal 31 177 240 124 25 0 45 303 111 44
Binary 11001 1111111 10100000 1010100 10101 0 100101 11000011 1001001 100100

Color Harmonies of #197FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FA0

Black with #197FA0

Text Example


Text Example

White with #197FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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