#1A3D8A

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

Shades of Dark Cerulean #1A3D8A

Tints of Dark Cerulean #1A3D8A

Color information

#1A3D8A (or 0x1A3D8A) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 3D and 8A. RGB value is (26,61,138). Sum of RGB (Red+Green+Blue) = 26+61+138=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A3D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3D8A is #E5C275. Grayscale: #3A3A3A. Windows color (decimal): -15057526 or 9059610. OLE color: 9059610.

HSL color Cylindrical-coordinate representation of color #1A3D8A: hue angle of 221.25º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A3D8A is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2661138-
CMYK0.810.5600.46
HSL221.25º68.29%32.16%-
HSV(B)221.25º81.16%54.12%-
XYZ6.685.3924.73-
YUV59.31172.4104.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 61 (24.22% from 255) = 27.11%
BLUE value IS 138 (54.30% from 255) = 61.33%
R=11.56%
G=27.11%
B=61.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal26611380.810.5600.46221.2568.2932.16
Hex1A3D8A513802Edd4420
Octal32752121217005633510440
Binary110101111011000101010100011110000101110110111011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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