#013A7E

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

Shades of Dark Cerulean #013A7E

Tints of Dark Cerulean #013A7E

Color information

#013A7E (or 0x013A7E) is unknown color: approx Dark Cerulean. HEX triplet: 01, 3A and 7E. RGB value is (1,58,126). Sum of RGB (Red+Green+Blue) = 1+58+126=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 126 (49.61% from 255 or 68.11% from 185); Max value from RGB is 126 - color contains mainly: blue. Hex color #013A7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A7E is #FEC581. Grayscale: #303030. Windows color (decimal): -16696706 or 8272385. OLE color: 8272385.

HSL color Cylindrical-coordinate representation of color #013A7E: hue angle of 212.64º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A7E is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB158126-
CMYK0.990.5400.51
HSL212.64º98.43%24.9%-
HSV(B)212.64º99.21%49.41%-
XYZ5.294.5420.34-
YUV48.71171.6293.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 58 (23.05% from 255) = 31.35%
BLUE value IS 126 (49.61% from 255) = 68.11%
R=0.54%
G=31.35%
B=68.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1581260.990.5400.51212.6498.4324.9
Hex13A7E6336033d56219
Octal1721761436606332514231
Binary111101011111101100011110110011001111010101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013A7E; }

 p { color: rgb(1,58,126); }

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

<style>
 a { background-color: #013A7E; }

 a { background-color: rgb(1,58,126); }

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

<style>
 span { border-color: #013A7E; }

 span { border-color: rgb(1,58,126); }

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