#1C4B70

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

Shades of Orient #1C4B70

Tints of Orient #1C4B70

Color information

#1C4B70 (or 0x1C4B70) is unknown color: approx Orient. HEX triplet: 1C, 4B and 70. RGB value is (28,75,112). Sum of RGB (Red+Green+Blue) = 28+75+112=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C4B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4B70 is #E3B48F. Grayscale: #404040. Windows color (decimal): -14922896 or 7359260. OLE color: 7359260.

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

Color convert

RGB2875112-
CMYK0.750.3300.56
HSL206.43º60%27.45%-
HSV(B)206.43º75%43.92%-
XYZ5.926.4516.26-
YUV65.16154.43101.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.02%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=13.02%
G=34.88%
B=52.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28751120.750.3300.56206.436027.45
Hex1C4B704B21038ce3c1b
Octal34113160113410703167433
Binary1110010010111110000100101110000101110001100111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,75,112); }

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

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

 a { background-color: rgb(28,75,112); }

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

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

 span { border-color: rgb(28,75,112); }

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