Html Css Color HEX #197FA3 Cerulean

📋 copy color: '#197FA3'

red 25 ◦ green 127 ◦ blue 163

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

Shades of Cerulean #197FA3

Tints of Cerulean #197FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 51.75%

R = 7.94%
G = 40.32%
B = 51.75%

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

#197FA3 (or 0x197FA3) is known color: Cerulean. HEX triplet: 19, 7F and A3. RGB value is (25,127,163). Sum of RGB (Red+Green+Blue) = 25+127+163=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 163 (64.06% from 255 or 51.75% from 315); Max value from RGB is 163 - color contains mainly: blue. Hex color #197FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197FA3 is #E6805C. Grayscale: #646464. Windows color (decimal): -15106141 or 10714905. OLE color: 10714905.

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

Color convert

RGB 25 127 163 -
CMYK 0.85 0.22 0 0.36
HSL 195.65º 0.73% 0.37% -
HSV(B) 195.65º 0.85% 0.64% -
XYZ 14.6 18.03 37.36 -
YUV 100.61 163.21 74.07 -
System Red Green Blue C M Y K H S L
Decimal 25 127 163 0.85 0.22 0 0.36 195.65 0.73 0.37
Hex 19 7F A3 55 16 0 24 C4 49 25
Octal 31 177 243 125 26 0 44 304 111 45
Binary 11001 1111111 10100011 1010101 10110 0 100100 11000100 1001001 100101

Color Harmonies of #197FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FA3

Black with #197FA3

Text Example


Text Example

White with #197FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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