Html Css Color HEX #106399 Endeavour

📋 copy color: '#106399'

red 16 ◦ green 99 ◦ blue 153

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

Shades of Endeavour #106399

Tints of Endeavour #106399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.94%

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

R = 5.97%
G = 36.94%
B = 57.09%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#106399 (or 0x106399) is known color: Endeavour. HEX triplet: 10, 63 and 99. RGB value is (16,99,153). Sum of RGB (Red+Green+Blue) = 16+99+153=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #106399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106399 is #EF9C66. Grayscale: #505050. Windows color (decimal): -15703143 or 10052368. OLE color: 10052368.

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

Color convert

RGB 16 99 153 -
CMYK 0.90 0.35 0 0.4
HSL 203.65º 0.81% 0.33% -
HSV(B) 203.65º 0.9% 0.6% -
XYZ 10.43 11.33 31.78 -
YUV 80.34 169 82.11 -
System Red Green Blue C M Y K H S L
Decimal 16 99 153 0.90 0.35 0 0.4 203.65 0.81 0.33
Hex 10 63 99 5A 23 0 28 CC 51 21
Octal 20 143 231 132 43 0 50 314 121 41
Binary 10000 1100011 10011001 1011010 100011 0 101000 11001100 1010001 100001

Color Harmonies of #106399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106399

Black with #106399

Text Example


Text Example

White with #106399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106399; }

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

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

background-color css

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

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

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

border-color css

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

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

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