Html Css Color HEX #1D516B Orient

📋 copy color: '#1D516B'

red 29 ◦ green 81 ◦ blue 107

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

Shades of Orient #1D516B

Tints of Orient #1D516B

RGB

 RED value IS 29 (11.72% from 255) = 13.36%

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

 BLUE value IS 107 (42.19% from 255) = 49.31%

R = 13.36%
G = 37.33%
B = 49.31%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1D516B (or 0x1D516B) is known color: Orient. HEX triplet: 1D, 51 and 6B. RGB value is (29,81,107). Sum of RGB (Red+Green+Blue) = 29+81+107=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #1D516B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D516B is #E2AE94. Grayscale: #444444. Windows color (decimal): -14855829 or 7033117. OLE color: 7033117.

HSL color Cylindrical-coordinate representation of color #1D516B: hue angle of 200º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D516B is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 81 107 -
CMYK 0.73 0.24 0 0.58
HSL 200º 0.57% 0.27% -
HSV(B) 200º 0.73% 0.42% -
XYZ 6.1 7.21 14.98 -
YUV 68.42 149.77 99.89 -
System Red Green Blue C M Y K H S L
Decimal 29 81 107 0.73 0.24 0 0.58 200 0.57 0.27
Hex 1D 51 6B 49 18 0 3A C8 39 1B
Octal 35 121 153 111 30 0 72 310 71 33
Binary 11101 1010001 1101011 1001001 11000 0 111010 11001000 111001 11011

Color Harmonies of #1D516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D516B

Black with #1D516B

Text Example


Text Example

White with #1D516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D516B; }

 p { color: rgb(29,81,107); }

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

background-color css

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

 a { background-color: rgb(29,81,107); }

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

border-color css

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

 span { border-color: rgb(29,81,107); }

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