Html Css Color HEX #106593 Allports

📋 copy color: '#106593'

red 16 ◦ green 101 ◦ blue 147

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

Shades of Allports #106593

Tints of Allports #106593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.26%

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 6.06%
G = 38.26%
B = 55.68%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#106593 (or 0x106593) is known color: Allports. HEX triplet: 10, 65 and 93. RGB value is (16,101,147). Sum of RGB (Red+Green+Blue) = 16+101+147=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #106593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106593 is #EF9A6C. Grayscale: #505050. Windows color (decimal): -15702637 or 9659664. OLE color: 9659664.

HSL color Cylindrical-coordinate representation of color #106593: hue angle of 201.07º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106593 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 101 147 -
CMYK 0.89 0.31 0 0.42
HSL 201.07º 0.8% 0.32% -
HSV(B) 201.07º 0.89% 0.58% -
XYZ 10.13 11.52 29.29 -
YUV 80.83 165.34 81.76 -
System Red Green Blue C M Y K H S L
Decimal 16 101 147 0.89 0.31 0 0.42 201.07 0.8 0.32
Hex 10 65 93 59 1F 0 2A C9 50 20
Octal 20 145 223 131 37 0 52 311 120 40
Binary 10000 1100101 10010011 1011001 11111 0 101010 11001001 1010000 100000

Color Harmonies of #106593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106593

Black with #106593

Text Example


Text Example

White with #106593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106593; }

 p { color: rgb(16,101,147); }

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

background-color css

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

 a { background-color: rgb(16,101,147); }

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

border-color css

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

 span { border-color: rgb(16,101,147); }

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