Html Css Color HEX #1D5575 Orient

📋 copy color: '#1D5575'

red 29 ◦ green 85 ◦ blue 117

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

Shades of Orient #1D5575

Tints of Orient #1D5575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.65%

R = 12.55%
G = 36.8%
B = 50.65%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1D5575 (or 0x1D5575) is known color: Orient. HEX triplet: 1D, 55 and 75. RGB value is (29,85,117). Sum of RGB (Red+Green+Blue) = 29+85+117=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D5575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5575 is #E2AA8A. Grayscale: #474747. Windows color (decimal): -14854795 or 7689501. OLE color: 7689501.

HSL color Cylindrical-coordinate representation of color #1D5575: hue angle of 201.82º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D5575 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 85 117 -
CMYK 0.75 0.27 0 0.54
HSL 201.82º 0.6% 0.29% -
HSV(B) 201.82º 0.75% 0.46% -
XYZ 6.97 8.04 18.01 -
YUV 71.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 29 85 117 0.75 0.27 0 0.54 201.82 0.6 0.29
Hex 1D 55 75 4B 1B 0 36 CA 3C 1D
Octal 35 125 165 113 33 0 66 312 74 35
Binary 11101 1010101 1110101 1001011 11011 0 110110 11001010 111100 11101

Color Harmonies of #1D5575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5575

Black with #1D5575

Text Example


Text Example

White with #1D5575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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