Html Css Color HEX #106495 Endeavour

📋 copy color: '#106495'

red 16 ◦ green 100 ◦ blue 149

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

Shades of Endeavour #106495

Tints of Endeavour #106495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.74%

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

R = 6.04%
G = 37.74%
B = 56.23%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#106495 (or 0x106495) is known color: Endeavour. HEX triplet: 10, 64 and 95. RGB value is (16,100,149). Sum of RGB (Red+Green+Blue) = 16+100+149=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #106495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106495 is #EF9B6A. Grayscale: #505050. Windows color (decimal): -15702891 or 9790480. OLE color: 9790480.

HSL color Cylindrical-coordinate representation of color #106495: hue angle of 202.11º 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 #106495 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 100 149 -
CMYK 0.89 0.33 0 0.42
HSL 202.11º 0.81% 0.32% -
HSV(B) 202.11º 0.89% 0.58% -
XYZ 10.2 11.39 30.1 -
YUV 80.47 166.67 82.02 -
System Red Green Blue C M Y K H S L
Decimal 16 100 149 0.89 0.33 0 0.42 202.11 0.81 0.32
Hex 10 64 95 59 21 0 2A CA 51 20
Octal 20 144 225 131 41 0 52 312 121 40
Binary 10000 1100100 10010101 1011001 100001 0 101010 11001010 1010001 100000

Color Harmonies of #106495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106495

Black with #106495

Text Example


Text Example

White with #106495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106495; }

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

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

background-color css

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

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

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

border-color css

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

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

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