#1A3E85

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

Shades of Dark Cerulean #1A3E85

Tints of Dark Cerulean #1A3E85

Color information

#1A3E85 (or 0x1A3E85) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 3E and 85. RGB value is (26,62,133). Sum of RGB (Red+Green+Blue) = 26+62+133=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A3E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3E85 is #E5C17A. Grayscale: #3B3B3B. Windows color (decimal): -15057275 or 8732186. OLE color: 8732186.

HSL color Cylindrical-coordinate representation of color #1A3E85: hue angle of 219.81º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A3E85 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2662133-
CMYK0.800.5300.48
HSL219.81º67.3%31.18%-
HSV(B)219.81º80.45%52.16%-
XYZ6.385.3622.89-
YUV59.33169.57104.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.76%
GREEN value IS 62 (24.61% from 255) = 28.05%
BLUE value IS 133 (52.34% from 255) = 60.18%
R=11.76%
G=28.05%
B=60.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal26621330.800.5300.48219.8167.331.18
Hex1A3E855035030dc431f
Octal32762051206506033410337
Binary11010111110100001011010000110101011000011011100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,62,133); }

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

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

 a { background-color: rgb(26,62,133); }

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

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

 span { border-color: rgb(26,62,133); }

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