#1C546E

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

Shades of Orient #1C546E

Tints of Orient #1C546E

Color information

#1C546E (or 0x1C546E) is unknown color: approx Orient. HEX triplet: 1C, 54 and 6E. RGB value is (28,84,110). Sum of RGB (Red+Green+Blue) = 28+84+110=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C546E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C546E is #E3AB91. Grayscale: #464646. Windows color (decimal): -14920594 or 7230492. OLE color: 7230492.

HSL color Cylindrical-coordinate representation of color #1C546E: hue angle of 199.02º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C546E is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2884110-
CMYK0.750.2400.57
HSL199.02º59.42%27.06%-
HSV(B)199.02º74.55%43.14%-
XYZ6.467.7115.9-
YUV70.22150.4597.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.61%
GREEN value IS 84 (33.20% from 255) = 37.84%
BLUE value IS 110 (43.36% from 255) = 49.55%
R=12.61%
G=37.84%
B=49.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28841100.750.2400.57199.0259.4227.06
Hex1C546E4B18039c73b1b
Octal34124156113300713077333
Binary111001010100110111010010111100001110011100011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,84,110); }

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

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

 a { background-color: rgb(28,84,110); }

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

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

 span { border-color: rgb(28,84,110); }

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