#1C5B76

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

Shades of Orient #1C5B76

Tints of Orient #1C5B76

Color information

#1C5B76 (or 0x1C5B76) is unknown color: approx Orient. HEX triplet: 1C, 5B and 76. RGB value is (28,91,118). Sum of RGB (Red+Green+Blue) = 28+91+118=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C5B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5B76 is #E3A489. Grayscale: #4B4B4B. Windows color (decimal): -14918794 or 7756572. OLE color: 7756572.

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

Color convert

RGB2891118-
CMYK0.760.2300.54
HSL198º61.64%28.63%-
HSV(B)198º76.27%46.27%-
XYZ7.499.0418.49-
YUV75.24152.1394.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.81%
GREEN value IS 91 (35.94% from 255) = 38.40%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=11.81%
G=38.40%
B=49.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28911180.760.2300.5419861.6428.63
Hex1C5B764C17036c63e1d
Octal34133166114270663067635
Binary111001011011111011010011001011101101101100011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,91,118); }

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

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

 a { background-color: rgb(28,91,118); }

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

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

 span { border-color: rgb(28,91,118); }

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