#1C4D71

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

Shades of Orient #1C4D71

Tints of Orient #1C4D71

Color information

#1C4D71 (or 0x1C4D71) is unknown color: approx Orient. HEX triplet: 1C, 4D and 71. RGB value is (28,77,113). Sum of RGB (Red+Green+Blue) = 28+77+113=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C4D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C4D71 is #E3B28E. Grayscale: #424242. Windows color (decimal): -14922383 or 7425308. OLE color: 7425308.

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

Color convert

RGB2877113-
CMYK0.750.3200.56
HSL205.41º60.28%27.65%-
HSV(B)205.41º75.22%44.31%-
XYZ6.116.7516.6-
YUV66.45154.27100.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.84%
GREEN value IS 77 (30.47% from 255) = 35.32%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=12.84%
G=35.32%
B=51.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28771130.750.3200.56205.4160.2827.65
Hex1C4D714B20038cd3c1c
Octal34115161113400703157434
Binary1110010011011110001100101110000001110001100110111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,77,113); }

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

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

 a { background-color: rgb(28,77,113); }

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

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

 span { border-color: rgb(28,77,113); }

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