Html Css Color HEX #10619E Endeavour

📋 copy color: '#10619E'

red 16 ◦ green 97 ◦ blue 158

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

Shades of Endeavour #10619E

Tints of Endeavour #10619E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.79%

 BLUE value IS 158 (62.11% from 255) = 58.3%

R = 5.9%
G = 35.79%
B = 58.3%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10619E (or 0x10619E) is known color: Endeavour. HEX triplet: 10, 61 and 9E. RGB value is (16,97,158). Sum of RGB (Red+Green+Blue) = 16+97+158=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #10619E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10619E is #EF9E61. Grayscale: #4F4F4F. Windows color (decimal): -15703650 or 10379536. OLE color: 10379536.

HSL color Cylindrical-coordinate representation of color #10619E: hue angle of 205.77º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10619E is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 97 158 -
CMYK 0.90 0.39 0 0.38
HSL 205.77º 0.82% 0.34% -
HSV(B) 205.77º 0.9% 0.62% -
XYZ 10.66 11.13 33.93 -
YUV 79.74 172.16 82.54 -
System Red Green Blue C M Y K H S L
Decimal 16 97 158 0.90 0.39 0 0.38 205.77 0.82 0.34
Hex 10 61 9E 5A 27 0 26 CE 52 22
Octal 20 141 236 132 47 0 46 316 122 42
Binary 10000 1100001 10011110 1011010 100111 0 100110 11001110 1010010 100010

Color Harmonies of #10619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10619E

Black with #10619E

Text Example


Text Example

White with #10619E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10619E; }

 p { color: rgb(16,97,158); }

 H1.HeaderClassName
 {
   color: #10619E;
 }
 .AnyTagClassName
 {
   color: #10619E;
 }
</style>

background-color css

<style>
 a { background-color: #10619E; }

 a { background-color: rgb(16,97,158); }

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

border-color css

<style>
 span { border-color: #10619E; }

 span { border-color: rgb(16,97,158); }

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