Html Css Color HEX #106397 Endeavour

📋 copy color: '#106397'

red 16 ◦ green 99 ◦ blue 151

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

Shades of Endeavour #106397

Tints of Endeavour #106397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.77%

R = 6.02%
G = 37.22%
B = 56.77%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#106397 (or 0x106397) is known color: Endeavour. HEX triplet: 10, 63 and 97. RGB value is (16,99,151). Sum of RGB (Red+Green+Blue) = 16+99+151=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #106397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106397 is #EF9C68. Grayscale: #4F4F4F. Windows color (decimal): -15703145 or 9921296. OLE color: 9921296.

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

Color convert

RGB 16 99 151 -
CMYK 0.89 0.34 0 0.41
HSL 203.11º 0.81% 0.33% -
HSV(B) 203.11º 0.89% 0.59% -
XYZ 10.26 11.27 30.91 -
YUV 80.11 168 82.27 -
System Red Green Blue C M Y K H S L
Decimal 16 99 151 0.89 0.34 0 0.41 203.11 0.81 0.33
Hex 10 63 97 59 22 0 29 CB 51 21
Octal 20 143 227 131 42 0 51 313 121 41
Binary 10000 1100011 10010111 1011001 100010 0 101001 11001011 1010001 100001

Color Harmonies of #106397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106397

Black with #106397

Text Example


Text Example

White with #106397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106397; }

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

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

background-color css

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

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

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

border-color css

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

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

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