Html Css Color HEX #105998 Endeavour

📋 copy color: '#105998'

red 16 ◦ green 89 ◦ blue 152

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

Shades of Endeavour #105998

Tints of Endeavour #105998

RGB

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

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

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

R = 6.23%
G = 34.63%
B = 59.14%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#105998 (or 0x105998) is known color: Endeavour. HEX triplet: 10, 59 and 98. RGB value is (16,89,152). Sum of RGB (Red+Green+Blue) = 16+89+152=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #105998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105998 is #EFA667. Grayscale: #4A4A4A. Windows color (decimal): -15705704 or 9984272. OLE color: 9984272.

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

Color convert

RGB 16 89 152 -
CMYK 0.89 0.41 0 0.40
HSL 207.79º 0.81% 0.33% -
HSV(B) 207.79º 0.89% 0.6% -
XYZ 9.45 9.52 31.05 -
YUV 74.36 171.82 86.38 -
System Red Green Blue C M Y K H S L
Decimal 16 89 152 0.89 0.41 0 0.40 207.79 0.81 0.33
Hex 10 59 98 59 29 0 28 D0 51 21
Octal 20 131 230 131 51 0 50 320 121 41
Binary 10000 1011001 10011000 1011001 101001 0 101000 11010000 1010001 100001

Color Harmonies of #105998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105998

Black with #105998

Text Example


Text Example

White with #105998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105998; }

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

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

background-color css

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

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

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

border-color css

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

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

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