#1A407F

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

Shades of Dark Cerulean #1A407F

Tints of Dark Cerulean #1A407F

Color information

#1A407F (or 0x1A407F) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 40 and 7F. RGB value is (26,64,127). Sum of RGB (Red+Green+Blue) = 26+64+127=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A407F is #E5BF80. Grayscale: #3B3B3B. Windows color (decimal): -15056769 or 8339482. OLE color: 8339482.

HSL color Cylindrical-coordinate representation of color #1A407F: hue angle of 217.43º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A407F is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2664127-
CMYK0.800.5000.50
HSL217.43º66.01%30%-
HSV(B)217.43º79.53%49.8%-
XYZ6.095.4220.8-
YUV59.82165.91103.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.98%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 127 (50% from 255) = 58.53%
R=11.98%
G=29.49%
B=58.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26641270.800.5000.50217.4366.0130
Hex1A407F5032032d9421e
Octal321001771206206233110236
Binary11010100000011111111010000110010011001011011001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,64,127); }

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

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

 a { background-color: rgb(26,64,127); }

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

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

 span { border-color: rgb(26,64,127); }

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