#013A75

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

Shades of Dark Cerulean #013A75

Tints of Dark Cerulean #013A75

Color information

#013A75 (or 0x013A75) is unknown color: approx Dark Cerulean. HEX triplet: 01, 3A and 75. RGB value is (1,58,117). Sum of RGB (Red+Green+Blue) = 1+58+117=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #013A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A75 is #FEC58A. Grayscale: #2F2F2F. Windows color (decimal): -16696715 or 7682561. OLE color: 7682561.

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

Color convert

RGB158117-
CMYK0.990.5000.54
HSL210.52º98.31%23.14%-
HSV(B)210.52º99.15%45.88%-
XYZ4.744.3217.41-
YUV47.68167.1294.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 117 (46.09% from 255) = 66.48%
R=0.57%
G=32.95%
B=66.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1581170.990.5000.54210.5298.3123.14
Hex13A756332036d36217
Octal1721651436206632314227
Binary111101011101011100011110010011011011010011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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