Html Css Color HEX #105890 Endeavour

📋 copy color: '#105890'

red 16 ◦ green 88 ◦ blue 144

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

Shades of Endeavour #105890

Tints of Endeavour #105890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.48%

 BLUE value IS 144 (56.64% from 255) = 58.06%

R = 6.45%
G = 35.48%
B = 58.06%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#105890 (or 0x105890) is known color: Endeavour. HEX triplet: 10, 58 and 90. RGB value is (16,88,144). Sum of RGB (Red+Green+Blue) = 16+88+144=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #105890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105890 is #EFA76F. Grayscale: #484848. Windows color (decimal): -15705968 or 9459728. OLE color: 9459728.

HSL color Cylindrical-coordinate representation of color #105890: hue angle of 206.25º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #105890 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 88 144 -
CMYK 0.89 0.39 0 0.44
HSL 206.25º 0.8% 0.31% -
HSV(B) 206.25º 0.89% 0.56% -
XYZ 8.74 9.1 27.68 -
YUV 72.86 168.15 87.45 -
System Red Green Blue C M Y K H S L
Decimal 16 88 144 0.89 0.39 0 0.44 206.25 0.8 0.31
Hex 10 58 90 59 27 0 2C CE 50 1F
Octal 20 130 220 131 47 0 54 316 120 37
Binary 10000 1011000 10010000 1011001 100111 0 101100 11001110 1010000 11111

Color Harmonies of #105890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105890

Black with #105890

Text Example


Text Example

White with #105890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105890; }

 p { color: rgb(16,88,144); }

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

background-color css

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

 a { background-color: rgb(16,88,144); }

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

border-color css

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

 span { border-color: rgb(16,88,144); }

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