#1A3D73

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

Shades of Dark Cerulean #1A3D73

Tints of Dark Cerulean #1A3D73

Color information

#1A3D73 (or 0x1A3D73) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 3D and 73. RGB value is (26,61,115). Sum of RGB (Red+Green+Blue) = 26+61+115=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A3D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3D73 is #E5C28C. Grayscale: #383838. Windows color (decimal): -15057549 or 7552282. OLE color: 7552282.

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

Color convert

RGB2661115-
CMYK0.770.4700.55
HSL216.4º63.12%27.65%-
HSV(B)216.4º77.39%45.1%-
XYZ5.194.7916.87-
YUV56.69160.9106.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.87%
GREEN value IS 61 (24.22% from 255) = 30.20%
BLUE value IS 115 (45.31% from 255) = 56.93%
R=12.87%
G=30.20%
B=56.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26611150.770.4700.55216.463.1227.65
Hex1A3D734D2F037d83f1c
Octal3275163115570673307734
Binary110101111011110011100110110111101101111101100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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