Html Css Color HEX #105495 Endeavour

📋 copy color: '#105495'

red 16 ◦ green 84 ◦ blue 149

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

Shades of Endeavour #105495

Tints of Endeavour #105495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.73%

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

R = 6.43%
G = 33.73%
B = 59.84%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#105495 (or 0x105495) is known color: Endeavour. HEX triplet: 10, 54 and 95. RGB value is (16,84,149). Sum of RGB (Red+Green+Blue) = 16+84+149=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #105495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105495 is #EFAB6A. Grayscale: #464646. Windows color (decimal): -15706987 or 9786384. OLE color: 9786384.

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

Color convert

RGB 16 84 149 -
CMYK 0.89 0.44 0 0.42
HSL 209.32º 0.81% 0.32% -
HSV(B) 209.32º 0.89% 0.58% -
XYZ 8.81 8.62 29.63 -
YUV 71.08 171.97 88.71 -
System Red Green Blue C M Y K H S L
Decimal 16 84 149 0.89 0.44 0 0.42 209.32 0.81 0.32
Hex 10 54 95 59 2C 0 2A D1 51 20
Octal 20 124 225 131 54 0 52 321 121 40
Binary 10000 1010100 10010101 1011001 101100 0 101010 11010001 1010001 100000

Color Harmonies of #105495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105495

Black with #105495

Text Example


Text Example

White with #105495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105495; }

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

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

background-color css

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

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

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

border-color css

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

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

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