Html Css Color HEX #197FA5 Cerulean

📋 copy color: '#197FA5'

red 25 ◦ green 127 ◦ blue 165

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

Shades of Cerulean #197FA5

Tints of Cerulean #197FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 52.05%

R = 7.89%
G = 40.06%
B = 52.05%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#197FA5 (or 0x197FA5) is known color: Cerulean. HEX triplet: 19, 7F and A5. RGB value is (25,127,165). Sum of RGB (Red+Green+Blue) = 25+127+165=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 165 (64.84% from 255 or 52.05% from 317); Max value from RGB is 165 - color contains mainly: blue. Hex color #197FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197FA5 is #E6805A. Grayscale: #646464. Windows color (decimal): -15106139 or 10845977. OLE color: 10845977.

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

Color convert

RGB 25 127 165 -
CMYK 0.85 0.23 0 0.35
HSL 196.29º 0.74% 0.37% -
HSV(B) 196.29º 0.85% 0.65% -
XYZ 14.78 18.1 38.31 -
YUV 100.83 164.21 73.91 -
System Red Green Blue C M Y K H S L
Decimal 25 127 165 0.85 0.23 0 0.35 196.29 0.74 0.37
Hex 19 7F A5 55 17 0 23 C4 4A 25
Octal 31 177 245 125 27 0 43 304 112 45
Binary 11001 1111111 10100101 1010101 10111 0 100011 11000100 1001010 100101

Color Harmonies of #197FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FA5

Black with #197FA5

Text Example


Text Example

White with #197FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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