#1a418b

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

Shades of Dark Cerulean #1A418B

Tints of Dark Cerulean #1A418B

Color information

#1A418B (or 0x1A418B) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 41 and 8B. RGB value is (26,65,139). Sum of RGB (Red+Green+Blue) = 26+65+139=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A418B is #E5BE74. Grayscale: #3D3D3D. Windows color (decimal): -15056501 or 9126170. OLE color: 9126170.

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

Color convert

RGB2665139-
CMYK0.810.5300.45
HSL219.29º68.48%32.35%-
HSV(B)219.29º81.29%54.51%-
XYZ6.985.8625.19-
YUV61.78171.58102.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.30%
GREEN value IS 65 (25.78% from 255) = 28.26%
BLUE value IS 139 (54.69% from 255) = 60.43%
R=11.30%
G=28.26%
B=60.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26651390.810.5300.45219.2968.4832.35
Hex1A418B513502Ddb4420
Octal321012131216505533310440
Binary1101010000011000101110100011101010101101110110111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a418b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,65,139); }

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

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

 a { background-color: rgb(26,65,139); }

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

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

 span { border-color: rgb(26,65,139); }

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