Html Css Color HEX #106292 Endeavour

📋 copy color: '#106292'

red 16 ◦ green 98 ◦ blue 146

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

Shades of Endeavour #106292

Tints of Endeavour #106292

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.69%

 BLUE value IS 146 (57.42% from 255) = 56.15%

R = 6.15%
G = 37.69%
B = 56.15%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#106292 (or 0x106292) is known color: Endeavour. HEX triplet: 10, 62 and 92. RGB value is (16,98,146). Sum of RGB (Red+Green+Blue) = 16+98+146=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #106292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106292 is #EF9D6D. Grayscale: #4E4E4E. Windows color (decimal): -15703406 or 9593360. OLE color: 9593360.

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

Color convert

RGB 16 98 146 -
CMYK 0.89 0.33 0 0.43
HSL 202.15º 0.8% 0.32% -
HSV(B) 202.15º 0.89% 0.57% -
XYZ 9.77 10.92 28.79 -
YUV 78.95 165.83 83.1 -
System Red Green Blue C M Y K H S L
Decimal 16 98 146 0.89 0.33 0 0.43 202.15 0.8 0.32
Hex 10 62 92 59 21 0 2B CA 50 20
Octal 20 142 222 131 41 0 53 312 120 40
Binary 10000 1100010 10010010 1011001 100001 0 101011 11001010 1010000 100000

Color Harmonies of #106292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106292

Black with #106292

Text Example


Text Example

White with #106292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106292; }

 p { color: rgb(16,98,146); }

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

background-color css

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

 a { background-color: rgb(16,98,146); }

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

border-color css

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

 span { border-color: rgb(16,98,146); }

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