Html Css Color HEX #106095 Endeavour

📋 copy color: '#106095'

red 16 ◦ green 96 ◦ blue 149

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

Shades of Endeavour #106095

Tints of Endeavour #106095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 57.09%

R = 6.13%
G = 36.78%
B = 57.09%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#106095 (or 0x106095) is known color: Endeavour. HEX triplet: 10, 60 and 95. RGB value is (16,96,149). Sum of RGB (Red+Green+Blue) = 16+96+149=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #106095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106095 is #EF9F6A. Grayscale: #4D4D4D. Windows color (decimal): -15703915 or 9789456. OLE color: 9789456.

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

Color convert

RGB 16 96 149 -
CMYK 0.89 0.36 0 0.42
HSL 203.91º 0.81% 0.32% -
HSV(B) 203.91º 0.89% 0.58% -
XYZ 9.82 10.65 29.97 -
YUV 78.12 168 83.69 -
System Red Green Blue C M Y K H S L
Decimal 16 96 149 0.89 0.36 0 0.42 203.91 0.81 0.32
Hex 10 60 95 59 24 0 2A CC 51 20
Octal 20 140 225 131 44 0 52 314 121 40
Binary 10000 1100000 10010101 1011001 100100 0 101010 11001100 1010001 100000

Color Harmonies of #106095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106095

Black with #106095

Text Example


Text Example

White with #106095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106095; }

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

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

background-color css

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

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

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

border-color css

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

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

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