Html Css Color HEX #105592 Endeavour

📋 copy color: '#105592'

red 16 ◦ green 85 ◦ blue 146

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

Shades of Endeavour #105592

Tints of Endeavour #105592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.41%

 BLUE value IS 146 (57.42% from 255) = 59.11%

R = 6.48%
G = 34.41%
B = 59.11%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#105592 (or 0x105592) is known color: Endeavour. HEX triplet: 10, 55 and 92. RGB value is (16,85,146). Sum of RGB (Red+Green+Blue) = 16+85+146=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #105592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105592 is #EFAA6D. Grayscale: #474747. Windows color (decimal): -15706734 or 9590032. OLE color: 9590032.

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

Color convert

RGB 16 85 146 -
CMYK 0.89 0.42 0 0.43
HSL 208.15º 0.8% 0.32% -
HSV(B) 208.15º 0.89% 0.57% -
XYZ 8.65 8.68 28.41 -
YUV 71.32 170.14 88.54 -
System Red Green Blue C M Y K H S L
Decimal 16 85 146 0.89 0.42 0 0.43 208.15 0.8 0.32
Hex 10 55 92 59 2A 0 2B D0 50 20
Octal 20 125 222 131 52 0 53 320 120 40
Binary 10000 1010101 10010010 1011001 101010 0 101011 11010000 1010000 100000

Color Harmonies of #105592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105592

Black with #105592

Text Example


Text Example

White with #105592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105592; }

 p { color: rgb(16,85,146); }

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

background-color css

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

 a { background-color: rgb(16,85,146); }

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

border-color css

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

 span { border-color: rgb(16,85,146); }

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