Html Css Color HEX #106394 Endeavour

📋 copy color: '#106394'

red 16 ◦ green 99 ◦ blue 148

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

Shades of Endeavour #106394

Tints of Endeavour #106394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.27%

R = 6.08%
G = 37.64%
B = 56.27%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#106394 (or 0x106394) is known color: Endeavour. HEX triplet: 10, 63 and 94. RGB value is (16,99,148). Sum of RGB (Red+Green+Blue) = 16+99+148=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #106394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106394 is #EF9C6B. Grayscale: #4F4F4F. Windows color (decimal): -15703148 or 9724688. OLE color: 9724688.

HSL color Cylindrical-coordinate representation of color #106394: hue angle of 202.27º 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 #106394 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 99 148 -
CMYK 0.89 0.33 0 0.42
HSL 202.27º 0.8% 0.32% -
HSV(B) 202.27º 0.89% 0.58% -
XYZ 10.02 11.17 29.65 -
YUV 79.77 166.5 82.52 -
System Red Green Blue C M Y K H S L
Decimal 16 99 148 0.89 0.33 0 0.42 202.27 0.8 0.32
Hex 10 63 94 59 21 0 2A CA 50 20
Octal 20 143 224 131 41 0 52 312 120 40
Binary 10000 1100011 10010100 1011001 100001 0 101010 11001010 1010000 100000

Color Harmonies of #106394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106394

Black with #106394

Text Example


Text Example

White with #106394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106394; }

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

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

background-color css

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

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

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

border-color css

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

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

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