Html Css Color HEX #10639C Endeavour

📋 copy color: '#10639C'

red 16 ◦ green 99 ◦ blue 156

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

Shades of Endeavour #10639C

Tints of Endeavour #10639C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.56%

R = 5.9%
G = 36.53%
B = 57.56%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10639C (or 0x10639C) is known color: Endeavour. HEX triplet: 10, 63 and 9C. RGB value is (16,99,156). Sum of RGB (Red+Green+Blue) = 16+99+156=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #10639C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10639C is #EF9C63. Grayscale: #505050. Windows color (decimal): -15703140 or 10248976. OLE color: 10248976.

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

Color convert

RGB 16 99 156 -
CMYK 0.90 0.37 0 0.39
HSL 204.43º 0.81% 0.34% -
HSV(B) 204.43º 0.9% 0.61% -
XYZ 10.68 11.43 33.1 -
YUV 80.68 170.5 81.87 -
System Red Green Blue C M Y K H S L
Decimal 16 99 156 0.90 0.37 0 0.39 204.43 0.81 0.34
Hex 10 63 9C 5A 25 0 27 CC 51 22
Octal 20 143 234 132 45 0 47 314 121 42
Binary 10000 1100011 10011100 1011010 100101 0 100111 11001100 1010001 100010

Color Harmonies of #10639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10639C

Black with #10639C

Text Example


Text Example

White with #10639C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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