Html Css Color HEX #106498 Endeavour

📋 copy color: '#106498'

red 16 ◦ green 100 ◦ blue 152

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

Shades of Endeavour #106498

Tints of Endeavour #106498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.31%

 BLUE value IS 152 (59.77% from 255) = 56.72%

R = 5.97%
G = 37.31%
B = 56.72%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#106498 (or 0x106498) is known color: Endeavour. HEX triplet: 10, 64 and 98. RGB value is (16,100,152). Sum of RGB (Red+Green+Blue) = 16+100+152=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #106498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106498 is #EF9B67. Grayscale: #505050. Windows color (decimal): -15702888 or 9987088. OLE color: 9987088.

HSL color Cylindrical-coordinate representation of color #106498: hue angle of 202.94º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106498 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 100 152 -
CMYK 0.89 0.34 0 0.40
HSL 202.94º 0.81% 0.33% -
HSV(B) 202.94º 0.89% 0.6% -
XYZ 10.44 11.49 31.37 -
YUV 80.81 168.17 81.77 -
System Red Green Blue C M Y K H S L
Decimal 16 100 152 0.89 0.34 0 0.40 202.94 0.81 0.33
Hex 10 64 98 59 22 0 28 CB 51 21
Octal 20 144 230 131 42 0 50 313 121 41
Binary 10000 1100100 10011000 1011001 100010 0 101000 11001011 1010001 100001

Color Harmonies of #106498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106498

Black with #106498

Text Example


Text Example

White with #106498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106498; }

 p { color: rgb(16,100,152); }

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

background-color css

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

 a { background-color: rgb(16,100,152); }

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

border-color css

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

 span { border-color: rgb(16,100,152); }

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