Html Css Color HEX #10609E Endeavour

📋 copy color: '#10609E'

red 16 ◦ green 96 ◦ blue 158

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

Shades of Endeavour #10609E

Tints of Endeavour #10609E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.56%

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

R = 5.93%
G = 35.56%
B = 58.52%

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

#10609E (or 0x10609E) is known color: Endeavour. HEX triplet: 10, 60 and 9E. RGB value is (16,96,158). Sum of RGB (Red+Green+Blue) = 16+96+158=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #10609E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10609E is #EF9F61. Grayscale: #4E4E4E. Windows color (decimal): -15703906 or 10379280. OLE color: 10379280.

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

Color convert

RGB 16 96 158 -
CMYK 0.90 0.39 0 0.38
HSL 206.2º 0.82% 0.34% -
HSV(B) 206.2º 0.9% 0.62% -
XYZ 10.57 10.94 33.9 -
YUV 79.15 172.5 82.96 -
System Red Green Blue C M Y K H S L
Decimal 16 96 158 0.90 0.39 0 0.38 206.2 0.82 0.34
Hex 10 60 9E 5A 27 0 26 CE 52 22
Octal 20 140 236 132 47 0 46 316 122 42
Binary 10000 1100000 10011110 1011010 100111 0 100110 11001110 1010010 100010

Color Harmonies of #10609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10609E

Black with #10609E

Text Example


Text Example

White with #10609E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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