Html Css Color HEX #106098 Endeavour

📋 copy color: '#106098'

red 16 ◦ green 96 ◦ blue 152

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

Shades of Endeavour #106098

Tints of Endeavour #106098

RGB

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

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

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

R = 6.06%
G = 36.36%
B = 57.58%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#106098 (or 0x106098) is known color: Endeavour. HEX triplet: 10, 60 and 98. RGB value is (16,96,152). Sum of RGB (Red+Green+Blue) = 16+96+152=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #106098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106098 is #EF9F67. Grayscale: #4E4E4E. Windows color (decimal): -15703912 or 9986064. OLE color: 9986064.

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

Color convert

RGB 16 96 152 -
CMYK 0.89 0.37 0 0.40
HSL 204.71º 0.81% 0.33% -
HSV(B) 204.71º 0.89% 0.6% -
XYZ 10.06 10.74 31.25 -
YUV 78.46 169.5 83.45 -
System Red Green Blue C M Y K H S L
Decimal 16 96 152 0.89 0.37 0 0.40 204.71 0.81 0.33
Hex 10 60 98 59 25 0 28 CD 51 21
Octal 20 140 230 131 45 0 50 315 121 41
Binary 10000 1100000 10011000 1011001 100101 0 101000 11001101 1010001 100001

Color Harmonies of #106098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106098

Black with #106098

Text Example


Text Example

White with #106098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106098; }

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

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

background-color css

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

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

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

border-color css

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

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

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