#1A3E74

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

Shades of Dark Cerulean #1A3E74

Tints of Dark Cerulean #1A3E74

Color information

#1A3E74 (or 0x1A3E74) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 3E and 74. RGB value is (26,62,116). Sum of RGB (Red+Green+Blue) = 26+62+116=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #1A3E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3E74 is #E5C18B. Grayscale: #393939. Windows color (decimal): -15057292 or 7618074. OLE color: 7618074.

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

Color convert

RGB2662116-
CMYK0.780.4700.55
HSL216º63.38%27.84%-
HSV(B)216º77.59%45.49%-
XYZ5.34.9317.19-
YUV57.39161.07105.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.75%
GREEN value IS 62 (24.61% from 255) = 30.39%
BLUE value IS 116 (45.70% from 255) = 56.86%
R=12.75%
G=30.39%
B=56.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26621160.780.4700.5521663.3827.84
Hex1A3E744E2F037d83f1c
Octal3276164116570673307734
Binary110101111101110100100111010111101101111101100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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