Html Css Color HEX #106395 Endeavour

📋 copy color: '#106395'

red 16 ◦ green 99 ◦ blue 149

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

Shades of Endeavour #106395

Tints of Endeavour #106395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.44%

R = 6.06%
G = 37.5%
B = 56.44%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#106395 (or 0x106395) is known color: Endeavour. HEX triplet: 10, 63 and 95. RGB value is (16,99,149). Sum of RGB (Red+Green+Blue) = 16+99+149=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #106395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106395 is #EF9C6A. Grayscale: #4F4F4F. Windows color (decimal): -15703147 or 9790224. OLE color: 9790224.

HSL color Cylindrical-coordinate representation of color #106395: hue angle of 202.56º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106395 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 99 149 -
CMYK 0.89 0.34 0 0.42
HSL 202.56º 0.81% 0.32% -
HSV(B) 202.56º 0.89% 0.58% -
XYZ 10.1 11.2 30.06 -
YUV 79.88 167 82.43 -
System Red Green Blue C M Y K H S L
Decimal 16 99 149 0.89 0.34 0 0.42 202.56 0.81 0.32
Hex 10 63 95 59 22 0 2A CB 51 20
Octal 20 143 225 131 42 0 52 313 121 40
Binary 10000 1100011 10010101 1011001 100010 0 101010 11001011 1010001 100000

Color Harmonies of #106395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106395

Black with #106395

Text Example


Text Example

White with #106395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106395; }

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

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

background-color css

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

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

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

border-color css

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

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

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