Html Css Color HEX #10599B Endeavour

📋 copy color: '#10599B'

red 16 ◦ green 89 ◦ blue 155

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

Shades of Endeavour #10599B

Tints of Endeavour #10599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.62%

R = 6.15%
G = 34.23%
B = 59.62%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10599B (or 0x10599B) is known color: Endeavour. HEX triplet: 10, 59 and 9B. RGB value is (16,89,155). Sum of RGB (Red+Green+Blue) = 16+89+155=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #10599B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10599B is #EFA664. Grayscale: #4A4A4A. Windows color (decimal): -15705701 or 10180880. OLE color: 10180880.

HSL color Cylindrical-coordinate representation of color #10599B: hue angle of 208.49º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10599B is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 89 155 -
CMYK 0.90 0.43 0 0.39
HSL 208.49º 0.81% 0.34% -
HSV(B) 208.49º 0.9% 0.61% -
XYZ 9.7 9.62 32.36 -
YUV 74.7 173.32 86.13 -
System Red Green Blue C M Y K H S L
Decimal 16 89 155 0.90 0.43 0 0.39 208.49 0.81 0.34
Hex 10 59 9B 5A 2B 0 27 D0 51 22
Octal 20 131 233 132 53 0 47 320 121 42
Binary 10000 1011001 10011011 1011010 101011 0 100111 11010000 1010001 100010

Color Harmonies of #10599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10599B

Black with #10599B

Text Example


Text Example

White with #10599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10599B; }

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

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

background-color css

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

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

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

border-color css

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

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

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