Html Css Color HEX #197999 Cerulean

📋 copy color: '#197999'

red 25 ◦ green 121 ◦ blue 153

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

Shades of Cerulean #197999

Tints of Cerulean #197999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.17%

R = 8.36%
G = 40.47%
B = 51.17%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#197999 (or 0x197999) is known color: Cerulean. HEX triplet: 19, 79 and 99. RGB value is (25,121,153). Sum of RGB (Red+Green+Blue) = 25+121+153=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #197999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197999 is #E68666. Grayscale: #5F5F5F. Windows color (decimal): -15107687 or 10058009. OLE color: 10058009.

HSL color Cylindrical-coordinate representation of color #197999: hue angle of 195º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197999 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 121 153 -
CMYK 0.84 0.21 0 0.4
HSL 195º 0.72% 0.35% -
HSV(B) 195º 0.84% 0.6% -
XYZ 12.99 16.18 32.58 -
YUV 95.94 160.2 77.4 -
System Red Green Blue C M Y K H S L
Decimal 25 121 153 0.84 0.21 0 0.4 195 0.72 0.35
Hex 19 79 99 54 15 0 28 C3 48 23
Octal 31 171 231 124 25 0 50 303 110 43
Binary 11001 1111001 10011001 1010100 10101 0 101000 11000011 1001000 100011

Color Harmonies of #197999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197999

Black with #197999

Text Example


Text Example

White with #197999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197999; }

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

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

background-color css

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

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

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

border-color css

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

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

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