Html Css Color HEX #106298 Endeavour

📋 copy color: '#106298'

red 16 ◦ green 98 ◦ blue 152

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

Shades of Endeavour #106298

Tints of Endeavour #106298

RGB

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

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

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

R = 6.02%
G = 36.84%
B = 57.14%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#106298 (or 0x106298) is known color: Endeavour. HEX triplet: 10, 62 and 98. RGB value is (16,98,152). Sum of RGB (Red+Green+Blue) = 16+98+152=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #106298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106298 is #EF9D67. Grayscale: #4F4F4F. Windows color (decimal): -15703400 or 9986576. OLE color: 9986576.

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

Color convert

RGB 16 98 152 -
CMYK 0.89 0.36 0 0.40
HSL 203.82º 0.81% 0.33% -
HSV(B) 203.82º 0.89% 0.6% -
XYZ 10.25 11.11 31.31 -
YUV 79.64 168.83 82.61 -
System Red Green Blue C M Y K H S L
Decimal 16 98 152 0.89 0.36 0 0.40 203.82 0.81 0.33
Hex 10 62 98 59 24 0 28 CC 51 21
Octal 20 142 230 131 44 0 50 314 121 41
Binary 10000 1100010 10011000 1011001 100100 0 101000 11001100 1010001 100001

Color Harmonies of #106298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106298

Black with #106298

Text Example


Text Example

White with #106298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106298; }

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

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

background-color css

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

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

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

border-color css

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

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

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