Html Css Color HEX #106099 Endeavour

📋 copy color: '#106099'

red 16 ◦ green 96 ◦ blue 153

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

Shades of Endeavour #106099

Tints of Endeavour #106099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.23%

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

R = 6.04%
G = 36.23%
B = 57.74%

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

#106099 (or 0x106099) is known color: Endeavour. HEX triplet: 10, 60 and 99. RGB value is (16,96,153). Sum of RGB (Red+Green+Blue) = 16+96+153=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #106099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106099 is #EF9F66. Grayscale: #4E4E4E. Windows color (decimal): -15703911 or 10051600. OLE color: 10051600.

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

Color convert

RGB 16 96 153 -
CMYK 0.90 0.37 0 0.4
HSL 204.96º 0.81% 0.33% -
HSV(B) 204.96º 0.9% 0.6% -
XYZ 10.15 10.78 31.68 -
YUV 78.58 170 83.37 -
System Red Green Blue C M Y K H S L
Decimal 16 96 153 0.90 0.37 0 0.4 204.96 0.81 0.33
Hex 10 60 99 5A 25 0 28 CD 51 21
Octal 20 140 231 132 45 0 50 315 121 41
Binary 10000 1100000 10011001 1011010 100101 0 101000 11001101 1010001 100001

Color Harmonies of #106099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106099

Black with #106099

Text Example


Text Example

White with #106099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106099; }

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

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

background-color css

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

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

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

border-color css

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

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

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