Html Css Color HEX #10639B Endeavour

📋 copy color: '#10639B'

red 16 ◦ green 99 ◦ blue 155

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

Shades of Endeavour #10639B

Tints of Endeavour #10639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.67%

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

R = 5.93%
G = 36.67%
B = 57.41%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10639B (or 0x10639B) is known color: Endeavour. HEX triplet: 10, 63 and 9B. RGB value is (16,99,155). Sum of RGB (Red+Green+Blue) = 16+99+155=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #10639B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10639B is #EF9C64. Grayscale: #505050. Windows color (decimal): -15703141 or 10183440. OLE color: 10183440.

HSL color Cylindrical-coordinate representation of color #10639B: hue angle of 204.17º 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 #10639B is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 99 155 -
CMYK 0.90 0.36 0 0.39
HSL 204.17º 0.81% 0.34% -
HSV(B) 204.17º 0.9% 0.61% -
XYZ 10.59 11.4 32.65 -
YUV 80.57 170 81.95 -
System Red Green Blue C M Y K H S L
Decimal 16 99 155 0.90 0.36 0 0.39 204.17 0.81 0.34
Hex 10 63 9B 5A 24 0 27 CC 51 22
Octal 20 143 233 132 44 0 47 314 121 42
Binary 10000 1100011 10011011 1011010 100100 0 100111 11001100 1010001 100010

Color Harmonies of #10639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10639B

Black with #10639B

Text Example


Text Example

White with #10639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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