Html Css Color HEX #10516A Orient

📋 copy color: '#10516A'

red 16 ◦ green 81 ◦ blue 106

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

Shades of Orient #10516A

Tints of Orient #10516A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.9%

 BLUE value IS 106 (41.8% from 255) = 52.22%

R = 7.88%
G = 39.9%
B = 52.22%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10516A (or 0x10516A) is known color: Orient. HEX triplet: 10, 51 and 6A. RGB value is (16,81,106). Sum of RGB (Red+Green+Blue) = 16+81+106=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #10516A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10516A is #EFAE95. Grayscale: #404040. Windows color (decimal): -15707798 or 6967568. OLE color: 6967568.

HSL color Cylindrical-coordinate representation of color #10516A: hue angle of 196.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10516A is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 81 106 -
CMYK 0.85 0.24 0 0.58
HSL 196.67º 0.74% 0.24% -
HSV(B) 196.67º 0.85% 0.42% -
XYZ 5.76 7.04 14.69 -
YUV 64.42 151.47 93.47 -
System Red Green Blue C M Y K H S L
Decimal 16 81 106 0.85 0.24 0 0.58 196.67 0.74 0.24
Hex 10 51 6A 55 18 0 3A C5 4A 18
Octal 20 121 152 125 30 0 72 305 112 30
Binary 10000 1010001 1101010 1010101 11000 0 111010 11000101 1001010 11000

Color Harmonies of #10516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10516A

Black with #10516A

Text Example


Text Example

White with #10516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10516A; }

 p { color: rgb(16,81,106); }

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

background-color css

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

 a { background-color: rgb(16,81,106); }

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

border-color css

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

 span { border-color: rgb(16,81,106); }

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