Html Css Color HEX #105296 Endeavour

📋 copy color: '#105296'

red 16 ◦ green 82 ◦ blue 150

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

Shades of Endeavour #105296

Tints of Endeavour #105296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.06%

 BLUE value IS 150 (58.98% from 255) = 60.48%

R = 6.45%
G = 33.06%
B = 60.48%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#105296 (or 0x105296) is known color: Endeavour. HEX triplet: 10, 52 and 96. RGB value is (16,82,150). Sum of RGB (Red+Green+Blue) = 16+82+150=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #105296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105296 is #EFAD69. Grayscale: #454545. Windows color (decimal): -15707498 or 9851408. OLE color: 9851408.

HSL color Cylindrical-coordinate representation of color #105296: hue angle of 210.45º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #105296 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 82 150 -
CMYK 0.89 0.45 0 0.41
HSL 210.45º 0.81% 0.33% -
HSV(B) 210.45º 0.89% 0.59% -
XYZ 8.74 8.35 30 -
YUV 70.02 173.13 89.47 -
System Red Green Blue C M Y K H S L
Decimal 16 82 150 0.89 0.45 0 0.41 210.45 0.81 0.33
Hex 10 52 96 59 2D 0 29 D2 51 21
Octal 20 122 226 131 55 0 51 322 121 41
Binary 10000 1010010 10010110 1011001 101101 0 101001 11010010 1010001 100001

Color Harmonies of #105296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105296

Black with #105296

Text Example


Text Example

White with #105296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105296; }

 p { color: rgb(16,82,150); }

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

background-color css

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

 a { background-color: rgb(16,82,150); }

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

border-color css

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

 span { border-color: rgb(16,82,150); }

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