Html Css Color HEX #105698 Endeavour

📋 copy color: '#105698'

red 16 ◦ green 86 ◦ blue 152

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

Shades of Endeavour #105698

Tints of Endeavour #105698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.86%

 BLUE value IS 152 (59.77% from 255) = 59.84%

R = 6.3%
G = 33.86%
B = 59.84%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#105698 (or 0x105698) is known color: Endeavour. HEX triplet: 10, 56 and 98. RGB value is (16,86,152). Sum of RGB (Red+Green+Blue) = 16+86+152=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #105698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105698 is #EFA967. Grayscale: #484848. Windows color (decimal): -15706472 or 9983504. OLE color: 9983504.

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

Color convert

RGB 16 86 152 -
CMYK 0.89 0.43 0 0.40
HSL 209.12º 0.81% 0.33% -
HSV(B) 209.12º 0.89% 0.6% -
XYZ 9.21 9.03 30.96 -
YUV 72.59 172.81 87.63 -
System Red Green Blue C M Y K H S L
Decimal 16 86 152 0.89 0.43 0 0.40 209.12 0.81 0.33
Hex 10 56 98 59 2B 0 28 D1 51 21
Octal 20 126 230 131 53 0 50 321 121 41
Binary 10000 1010110 10011000 1011001 101011 0 101000 11010001 1010001 100001

Color Harmonies of #105698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105698

Black with #105698

Text Example


Text Example

White with #105698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105698; }

 p { color: rgb(16,86,152); }

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

background-color css

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

 a { background-color: rgb(16,86,152); }

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

border-color css

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

 span { border-color: rgb(16,86,152); }

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