Html Css Color HEX #106199 Endeavour

📋 copy color: '#106199'

red 16 ◦ green 97 ◦ blue 153

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

Shades of Endeavour #106199

Tints of Endeavour #106199

RGB

 RED value IS 16 (6.64% from 255) = 6.02%

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

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

R = 6.02%
G = 36.47%
B = 57.52%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#106199 (or 0x106199) is known color: Endeavour. HEX triplet: 10, 61 and 99. RGB value is (16,97,153). Sum of RGB (Red+Green+Blue) = 16+97+153=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #106199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106199 is #EF9E66. Grayscale: #4E4E4E. Windows color (decimal): -15703655 or 10051856. OLE color: 10051856.

HSL color Cylindrical-coordinate representation of color #106199: hue angle of 204.53º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #106199 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 97 153 -
CMYK 0.90 0.37 0 0.4
HSL 204.53º 0.81% 0.33% -
HSV(B) 204.53º 0.9% 0.6% -
XYZ 10.24 10.96 31.71 -
YUV 79.17 169.66 82.95 -
System Red Green Blue C M Y K H S L
Decimal 16 97 153 0.90 0.37 0 0.4 204.53 0.81 0.33
Hex 10 61 99 5A 25 0 28 CD 51 21
Octal 20 141 231 132 45 0 50 315 121 41
Binary 10000 1100001 10011001 1011010 100101 0 101000 11001101 1010001 100001

Color Harmonies of #106199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106199

Black with #106199

Text Example


Text Example

White with #106199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106199; }

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

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

background-color css

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

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

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

border-color css

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

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

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