Html Css Color HEX #10639A Endeavour

📋 copy color: '#10639A'

red 16 ◦ green 99 ◦ blue 154

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

Shades of Endeavour #10639A

Tints of Endeavour #10639A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 57.25%

R = 5.95%
G = 36.8%
B = 57.25%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#10639A (or 0x10639A) is known color: Endeavour. HEX triplet: 10, 63 and 9A. RGB value is (16,99,154). Sum of RGB (Red+Green+Blue) = 16+99+154=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #10639A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10639A is #EF9C65. Grayscale: #505050. Windows color (decimal): -15703142 or 10117904. OLE color: 10117904.

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

Color convert

RGB 16 99 154 -
CMYK 0.90 0.36 0 0.40
HSL 203.91º 0.81% 0.33% -
HSV(B) 203.91º 0.9% 0.6% -
XYZ 10.51 11.37 32.21 -
YUV 80.45 169.5 82.03 -
System Red Green Blue C M Y K H S L
Decimal 16 99 154 0.90 0.36 0 0.40 203.91 0.81 0.33
Hex 10 63 9A 5A 24 0 28 CC 51 21
Octal 20 143 232 132 44 0 50 314 121 41
Binary 10000 1100011 10011010 1011010 100100 0 101000 11001100 1010001 100001

Color Harmonies of #10639A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10639A

Black with #10639A

Text Example


Text Example

White with #10639A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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