Html Css Color HEX #10516E Orient

📋 copy color: '#10516E'

red 16 ◦ green 81 ◦ blue 110

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

Shades of Orient #10516E

Tints of Orient #10516E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 53.14%

R = 7.73%
G = 39.13%
B = 53.14%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10516E (or 0x10516E) is known color: Orient. HEX triplet: 10, 51 and 6E. RGB value is (16,81,110). Sum of RGB (Red+Green+Blue) = 16+81+110=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #10516E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10516E is #EFAE91. Grayscale: #404040. Windows color (decimal): -15707794 or 7229712. OLE color: 7229712.

HSL color Cylindrical-coordinate representation of color #10516E: hue angle of 198.51º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10516E is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 81 110 -
CMYK 0.85 0.26 0 0.57
HSL 198.51º 0.75% 0.25% -
HSV(B) 198.51º 0.85% 0.43% -
XYZ 5.97 7.12 15.81 -
YUV 64.87 153.47 93.14 -
System Red Green Blue C M Y K H S L
Decimal 16 81 110 0.85 0.26 0 0.57 198.51 0.75 0.25
Hex 10 51 6E 55 1A 0 39 C7 4B 19
Octal 20 121 156 125 32 0 71 307 113 31
Binary 10000 1010001 1101110 1010101 11010 0 111001 11000111 1001011 11001

Color Harmonies of #10516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10516E

Black with #10516E

Text Example


Text Example

White with #10516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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