#1A3F8A

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

Shades of Dark Cerulean #1A3F8A

Tints of Dark Cerulean #1A3F8A

Color information

#1A3F8A (or 0x1A3F8A) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 3F and 8A. RGB value is (26,63,138). Sum of RGB (Red+Green+Blue) = 26+63+138=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A3F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3F8A is #E5C075. Grayscale: #3C3C3C. Windows color (decimal): -15057014 or 9060122. OLE color: 9060122.

HSL color Cylindrical-coordinate representation of color #1A3F8A: hue angle of 220.18º 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 #1A3F8A is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2663138-
CMYK0.810.5400.46
HSL220.18º68.29%32.16%-
HSV(B)220.18º81.16%54.12%-
XYZ6.795.6124.77-
YUV60.49171.74103.4-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.45%
GREEN value IS 63 (25% from 255) = 27.75%
BLUE value IS 138 (54.30% from 255) = 60.79%
R=11.45%
G=27.75%
B=60.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal26631380.810.5400.46220.1868.2932.16
Hex1A3F8A513602Edc4420
Octal32772121216605633410440
Binary110101111111000101010100011101100101110110111001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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