Html Css Color HEX #1D5573 Orient

📋 copy color: '#1D5573'

red 29 ◦ green 85 ◦ blue 115

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

Shades of Orient #1D5573

Tints of Orient #1D5573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.12%

 BLUE value IS 115 (45.31% from 255) = 50.22%

R = 12.66%
G = 37.12%
B = 50.22%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1D5573 (or 0x1D5573) is known color: Orient. HEX triplet: 1D, 55 and 73. RGB value is (29,85,115). Sum of RGB (Red+Green+Blue) = 29+85+115=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D5573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5573 is #E2AA8C. Grayscale: #474747. Windows color (decimal): -14854797 or 7558429. OLE color: 7558429.

HSL color Cylindrical-coordinate representation of color #1D5573: hue angle of 200.93º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D5573 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 85 115 -
CMYK 0.75 0.26 0 0.55
HSL 200.93º 0.6% 0.28% -
HSV(B) 200.93º 0.75% 0.45% -
XYZ 6.85 8 17.4 -
YUV 71.68 152.45 97.56 -
System Red Green Blue C M Y K H S L
Decimal 29 85 115 0.75 0.26 0 0.55 200.93 0.6 0.28
Hex 1D 55 73 4B 1A 0 37 C9 3C 1C
Octal 35 125 163 113 32 0 67 311 74 34
Binary 11101 1010101 1110011 1001011 11010 0 110111 11001001 111100 11100

Color Harmonies of #1D5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5573

Black with #1D5573

Text Example


Text Example

White with #1D5573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,85,115); }

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

background-color css

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

 a { background-color: rgb(29,85,115); }

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

border-color css

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

 span { border-color: rgb(29,85,115); }

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