Html Css Color HEX #197997 Cerulean

📋 copy color: '#197997'

red 25 ◦ green 121 ◦ blue 151

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

Shades of Cerulean #197997

Tints of Cerulean #197997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.74%

 BLUE value IS 151 (59.38% from 255) = 50.84%

R = 8.42%
G = 40.74%
B = 50.84%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#197997 (or 0x197997) is known color: Cerulean. HEX triplet: 19, 79 and 97. RGB value is (25,121,151). Sum of RGB (Red+Green+Blue) = 25+121+151=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #197997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197997 is #E68668. Grayscale: #5F5F5F. Windows color (decimal): -15107689 or 9926937. OLE color: 9926937.

HSL color Cylindrical-coordinate representation of color #197997: hue angle of 194.29º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197997 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 121 151 -
CMYK 0.83 0.20 0 0.41
HSL 194.29º 0.72% 0.35% -
HSV(B) 194.29º 0.83% 0.59% -
XYZ 12.82 16.12 31.71 -
YUV 95.72 159.2 77.56 -
System Red Green Blue C M Y K H S L
Decimal 25 121 151 0.83 0.20 0 0.41 194.29 0.72 0.35
Hex 19 79 97 53 14 0 29 C2 48 23
Octal 31 171 227 123 24 0 51 302 110 43
Binary 11001 1111001 10010111 1010011 10100 0 101001 11000010 1001000 100011

Color Harmonies of #197997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197997

Black with #197997

Text Example


Text Example

White with #197997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197997; }

 p { color: rgb(25,121,151); }

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

background-color css

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

 a { background-color: rgb(25,121,151); }

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

border-color css

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

 span { border-color: rgb(25,121,151); }

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