#013E7D

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

Shades of Dark Cerulean #013E7D

Tints of Dark Cerulean #013E7D

Color information

#013E7D (or 0x013E7D) is unknown color: approx Dark Cerulean. HEX triplet: 01, 3E and 7D. RGB value is (1,62,125). Sum of RGB (Red+Green+Blue) = 1+62+125=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #013E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E7D is #FEC182. Grayscale: #323232. Windows color (decimal): -16695683 or 8207873. OLE color: 8207873.

HSL color Cylindrical-coordinate representation of color #013E7D: hue angle of 210.48º 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 #013E7D is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB162125-
CMYK0.990.5000.51
HSL210.48º98.41%24.71%-
HSV(B)210.48º99.2%49.02%-
XYZ5.444.9320.07-
YUV50.94169.7992.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 125 (49.22% from 255) = 66.49%
R=0.53%
G=32.98%
B=66.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1621250.990.5000.51210.4898.4124.71
Hex13E7D6332033d26219
Octal1761751436206332214231
Binary111111011111011100011110010011001111010010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,62,125); }

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

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

 a { background-color: rgb(1,62,125); }

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

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

 span { border-color: rgb(1,62,125); }

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