Html Css Color HEX #196199 Endeavour

📋 copy color: '#196199'

red 25 ◦ green 97 ◦ blue 153

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

Shades of Endeavour #196199

Tints of Endeavour #196199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.27%

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

R = 9.09%
G = 35.27%
B = 55.64%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#196199 (or 0x196199) is known color: Endeavour. HEX triplet: 19, 61 and 99. RGB value is (25,97,153). Sum of RGB (Red+Green+Blue) = 25+97+153=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #196199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196199 is #E69E66. Grayscale: #515151. Windows color (decimal): -15113831 or 10051865. OLE color: 10051865.

HSL color Cylindrical-coordinate representation of color #196199: hue angle of 206.25º 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 #196199 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 97 153 -
CMYK 0.84 0.37 0 0.4
HSL 206.25º 0.72% 0.35% -
HSV(B) 206.25º 0.84% 0.6% -
XYZ 10.43 11.06 31.72 -
YUV 81.86 168.15 87.45 -
System Red Green Blue C M Y K H S L
Decimal 25 97 153 0.84 0.37 0 0.4 206.25 0.72 0.35
Hex 19 61 99 54 25 0 28 CE 48 23
Octal 31 141 231 124 45 0 50 316 110 43
Binary 11001 1100001 10011001 1010100 100101 0 101000 11001110 1001000 100011

Color Harmonies of #196199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196199

Black with #196199

Text Example


Text Example

White with #196199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196199; }

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

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

background-color css

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

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

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

border-color css

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

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

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