#1C3D73

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

Shades of Dark Cerulean #1C3D73

Tints of Dark Cerulean #1C3D73

Color information

#1C3D73 (or 0x1C3D73) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 3D and 73. RGB value is (28,61,115). Sum of RGB (Red+Green+Blue) = 28+61+115=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C3D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3D73 is #E3C28C. Grayscale: #393939. Windows color (decimal): -14926477 or 7552284. OLE color: 7552284.

HSL color Cylindrical-coordinate representation of color #1C3D73: hue angle of 217.24º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C3D73 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2861115-
CMYK0.760.4700.55
HSL217.24º60.84%28.04%-
HSV(B)217.24º75.65%45.1%-
XYZ5.244.8216.87-
YUV57.29160.57107.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.73%
GREEN value IS 61 (24.22% from 255) = 29.90%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=13.73%
G=29.90%
B=56.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28611150.760.4700.55217.2460.8428.04
Hex1C3D734C2F037d93d1c
Octal3475163114570673317534
Binary111001111011110011100110010111101101111101100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,61,115); }

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

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

 a { background-color: rgb(28,61,115); }

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

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

 span { border-color: rgb(28,61,115); }

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