Html Css Color HEX #10588F Endeavour

📋 copy color: '#10588F'

red 16 ◦ green 88 ◦ blue 143

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

Shades of Endeavour #10588F

Tints of Endeavour #10588F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.63%

 BLUE value IS 143 (56.25% from 255) = 57.89%

R = 6.48%
G = 35.63%
B = 57.89%

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

#10588F (or 0x10588F) is known color: Endeavour. HEX triplet: 10, 58 and 8F. RGB value is (16,88,143). Sum of RGB (Red+Green+Blue) = 16+88+143=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 143 (56.25% from 255 or 57.89% from 247); Max value from RGB is 143 - color contains mainly: blue. Hex color #10588F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10588F is #EFA770. Grayscale: #484848. Windows color (decimal): -15705969 or 9394192. OLE color: 9394192.

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

Color convert

RGB 16 88 143 -
CMYK 0.89 0.38 0 0.44
HSL 205.98º 0.8% 0.31% -
HSV(B) 205.98º 0.89% 0.56% -
XYZ 8.66 9.07 27.28 -
YUV 72.74 167.65 87.53 -
System Red Green Blue C M Y K H S L
Decimal 16 88 143 0.89 0.38 0 0.44 205.98 0.8 0.31
Hex 10 58 8F 59 26 0 2C CE 50 1F
Octal 20 130 217 131 46 0 54 316 120 37
Binary 10000 1011000 10001111 1011001 100110 0 101100 11001110 1010000 11111

Color Harmonies of #10588F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10588F

Black with #10588F

Text Example


Text Example

White with #10588F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10588F; }

 p { color: rgb(16,88,143); }

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

background-color css

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

 a { background-color: rgb(16,88,143); }

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

border-color css

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

 span { border-color: rgb(16,88,143); }

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