#1A3D74

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

Shades of Dark Cerulean #1A3D74

Tints of Dark Cerulean #1A3D74

Color information

#1A3D74 (or 0x1A3D74) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 3D and 74. RGB value is (26,61,116). Sum of RGB (Red+Green+Blue) = 26+61+116=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #1A3D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3D74 is #E5C28B. Grayscale: #383838. Windows color (decimal): -15057548 or 7617818. OLE color: 7617818.

HSL color Cylindrical-coordinate representation of color #1A3D74: hue angle of 216.67º 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 #1A3D74 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2661116-
CMYK0.780.4700.55
HSL216.67º63.38%27.84%-
HSV(B)216.67º77.59%45.49%-
XYZ5.254.8217.18-
YUV56.8161.4106.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.81%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 116 (45.70% from 255) = 57.14%
R=12.81%
G=30.05%
B=57.14%

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
Decimal26611160.780.4700.55216.6763.3827.84
Hex1A3D744E2F037d93f1c
Octal3275164116570673317734
Binary110101111011110100100111010111101101111101100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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