Html Css Color HEX #10609B Endeavour

📋 copy color: '#10609B'

red 16 ◦ green 96 ◦ blue 155

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

Shades of Endeavour #10609B

Tints of Endeavour #10609B

RGB

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

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

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

R = 5.99%
G = 35.96%
B = 58.05%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10609B (or 0x10609B) is known color: Endeavour. HEX triplet: 10, 60 and 9B. RGB value is (16,96,155). Sum of RGB (Red+Green+Blue) = 16+96+155=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #10609B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10609B is #EF9F64. Grayscale: #4E4E4E. Windows color (decimal): -15703909 or 10182672. OLE color: 10182672.

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

Color convert

RGB 16 96 155 -
CMYK 0.90 0.38 0 0.39
HSL 205.47º 0.81% 0.34% -
HSV(B) 205.47º 0.9% 0.61% -
XYZ 10.31 10.84 32.56 -
YUV 78.81 171 83.2 -
System Red Green Blue C M Y K H S L
Decimal 16 96 155 0.90 0.38 0 0.39 205.47 0.81 0.34
Hex 10 60 9B 5A 26 0 27 CD 51 22
Octal 20 140 233 132 46 0 47 315 121 42
Binary 10000 1100000 10011011 1011010 100110 0 100111 11001101 1010001 100010

Color Harmonies of #10609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10609B

Black with #10609B

Text Example


Text Example

White with #10609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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