Html Css Color HEX #105990 Endeavour

📋 copy color: '#105990'

red 16 ◦ green 89 ◦ blue 144

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

Shades of Endeavour #105990

Tints of Endeavour #105990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.74%

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

R = 6.43%
G = 35.74%
B = 57.83%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#105990 (or 0x105990) is known color: Endeavour. HEX triplet: 10, 59 and 90. RGB value is (16,89,144). Sum of RGB (Red+Green+Blue) = 16+89+144=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #105990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105990 is #EFA66F. Grayscale: #494949. Windows color (decimal): -15705712 or 9459984. OLE color: 9459984.

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

Color convert

RGB 16 89 144 -
CMYK 0.89 0.38 0 0.44
HSL 205.78º 0.8% 0.31% -
HSV(B) 205.78º 0.89% 0.56% -
XYZ 8.82 9.27 27.71 -
YUV 73.44 167.82 87.03 -
System Red Green Blue C M Y K H S L
Decimal 16 89 144 0.89 0.38 0 0.44 205.78 0.8 0.31
Hex 10 59 90 59 26 0 2C CE 50 1F
Octal 20 131 220 131 46 0 54 316 120 37
Binary 10000 1011001 10010000 1011001 100110 0 101100 11001110 1010000 11111

Color Harmonies of #105990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105990

Black with #105990

Text Example


Text Example

White with #105990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105990; }

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

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

background-color css

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

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

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

border-color css

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

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

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