#1D6076

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

Shades of Orient #1D6076

Tints of Orient #1D6076

Color information

#1D6076 (or 0x1D6076) is unknown color: approx Orient. HEX triplet: 1D, 60 and 76. RGB value is (29,96,118). Sum of RGB (Red+Green+Blue) = 29+96+118=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D6076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6076 is #E29F89. Grayscale: #4E4E4E. Windows color (decimal): -14851978 or 7757853. OLE color: 7757853.

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

Color convert

RGB2996118-
CMYK0.750.1900.54
HSL194.83º60.54%28.82%-
HSV(B)194.83º75.42%46.27%-
XYZ7.969.9318.64-
YUV78.47150.392.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.93%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=11.93%
G=39.51%
B=48.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29961180.750.1900.54194.8360.5428.82
Hex1D60764B13036c33d1d
Octal35140166113230663037535
Binary111011100000111011010010111001101101101100001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,96,118); }

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

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

 a { background-color: rgb(29,96,118); }

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

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

 span { border-color: rgb(29,96,118); }

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