#1D5975

Color #1D5975 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #1D5975

Tints of Orient #1D5975

Color information

#1D5975 (or 0x1D5975) is unknown color: approx Orient. HEX triplet: 1D, 59 and 75. RGB value is (29,89,117). Sum of RGB (Red+Green+Blue) = 29+89+117=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D5975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5975 is #E2A68A. Grayscale: #4A4A4A. Windows color (decimal): -14853771 or 7690525. OLE color: 7690525.

HSL color Cylindrical-coordinate representation of color #1D5975: hue angle of 199.09º 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 #1D5975 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2989117-
CMYK0.750.2400.54
HSL199.09º60.27%28.63%-
HSV(B)199.09º75.21%45.88%-
XYZ7.298.6918.12-
YUV74.25152.1295.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.34%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=12.34%
G=37.87%
B=49.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29891170.750.2400.54199.0960.2728.63
Hex1D59754B18036c73c1d
Octal35131165113300663077435
Binary111011011001111010110010111100001101101100011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D5975;
 }
 .AnyTagClassName
 {
   color: #1D5975;
 }
</style>
background-color css

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

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

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

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

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

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