Html Css Color HEX #106093 Endeavour

📋 copy color: '#106093'

red 16 ◦ green 96 ◦ blue 147

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

Shades of Endeavour #106093

Tints of Endeavour #106093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.76%

R = 6.18%
G = 37.07%
B = 56.76%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#106093 (or 0x106093) is known color: Endeavour. HEX triplet: 10, 60 and 93. RGB value is (16,96,147). Sum of RGB (Red+Green+Blue) = 16+96+147=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #106093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106093 is #EF9F6C. Grayscale: #4D4D4D. Windows color (decimal): -15703917 or 9658384. OLE color: 9658384.

HSL color Cylindrical-coordinate representation of color #106093: hue angle of 203.36º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106093 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 96 147 -
CMYK 0.89 0.35 0 0.42
HSL 203.36º 0.8% 0.32% -
HSV(B) 203.36º 0.89% 0.58% -
XYZ 9.66 10.58 29.14 -
YUV 77.89 167 83.85 -
System Red Green Blue C M Y K H S L
Decimal 16 96 147 0.89 0.35 0 0.42 203.36 0.8 0.32
Hex 10 60 93 59 23 0 2A CB 50 20
Octal 20 140 223 131 43 0 52 313 120 40
Binary 10000 1100000 10010011 1011001 100011 0 101010 11001011 1010000 100000

Color Harmonies of #106093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106093

Black with #106093

Text Example


Text Example

White with #106093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106093; }

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

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

background-color css

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

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

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

border-color css

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

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

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