Html Css Color HEX #106398 Endeavour

📋 copy color: '#106398'

red 16 ◦ green 99 ◦ blue 152

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

Shades of Endeavour #106398

Tints of Endeavour #106398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

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

R = 5.99%
G = 37.08%
B = 56.93%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#106398 (or 0x106398) is known color: Endeavour. HEX triplet: 10, 63 and 98. RGB value is (16,99,152). Sum of RGB (Red+Green+Blue) = 16+99+152=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #106398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106398 is #EF9C67. Grayscale: #4F4F4F. Windows color (decimal): -15703144 or 9986832. OLE color: 9986832.

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

Color convert

RGB 16 99 152 -
CMYK 0.89 0.35 0 0.40
HSL 203.38º 0.81% 0.33% -
HSV(B) 203.38º 0.89% 0.6% -
XYZ 10.34 11.3 31.34 -
YUV 80.23 168.5 82.19 -
System Red Green Blue C M Y K H S L
Decimal 16 99 152 0.89 0.35 0 0.40 203.38 0.81 0.33
Hex 10 63 98 59 23 0 28 CB 51 21
Octal 20 143 230 131 43 0 50 313 121 41
Binary 10000 1100011 10011000 1011001 100011 0 101000 11001011 1010001 100001

Color Harmonies of #106398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106398

Black with #106398

Text Example


Text Example

White with #106398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106398; }

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

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

background-color css

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

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

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

border-color css

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

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

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