Html Css Color HEX #196599 Endeavour

📋 copy color: '#196599'

red 25 ◦ green 101 ◦ blue 153

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

Shades of Endeavour #196599

Tints of Endeavour #196599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.2%

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

R = 8.96%
G = 36.2%
B = 54.84%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#196599 (or 0x196599) is known color: Endeavour. HEX triplet: 19, 65 and 99. RGB value is (25,101,153). Sum of RGB (Red+Green+Blue) = 25+101+153=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #196599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196599 is #E69A66. Grayscale: #535353. Windows color (decimal): -15112807 or 10052889. OLE color: 10052889.

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

Color convert

RGB 25 101 153 -
CMYK 0.84 0.34 0 0.4
HSL 204.38º 0.72% 0.35% -
HSV(B) 204.38º 0.84% 0.6% -
XYZ 10.8 11.81 31.85 -
YUV 84.2 166.82 85.77 -
System Red Green Blue C M Y K H S L
Decimal 25 101 153 0.84 0.34 0 0.4 204.38 0.72 0.35
Hex 19 65 99 54 22 0 28 CC 48 23
Octal 31 145 231 124 42 0 50 314 110 43
Binary 11001 1100101 10011001 1010100 100010 0 101000 11001100 1001000 100011

Color Harmonies of #196599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196599

Black with #196599

Text Example


Text Example

White with #196599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196599; }

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

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

background-color css

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

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

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

border-color css

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

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

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