#013D76

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

Shades of Dark Cerulean #013D76

Tints of Dark Cerulean #013D76

Color information

#013D76 (or 0x013D76) is unknown color: approx Dark Cerulean. HEX triplet: 01, 3D and 76. RGB value is (1,61,118). Sum of RGB (Red+Green+Blue) = 1+61+118=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #013D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D76 is #FEC289. Grayscale: #313131. Windows color (decimal): -16695946 or 7748865. OLE color: 7748865.

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

Color convert

RGB161118-
CMYK0.990.4800.54
HSL209.23º98.32%23.33%-
HSV(B)209.23º99.15%46.27%-
XYZ4.954.6517.78-
YUV49.56166.6293.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 118 (46.48% from 255) = 65.56%
R=0.56%
G=33.89%
B=65.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1611180.990.4800.54209.2398.3223.33
Hex13D766330036d16217
Octal1751661436006632114227
Binary111110111101101100011110000011011011010001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,61,118); }

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

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

 a { background-color: rgb(1,61,118); }

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

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

 span { border-color: rgb(1,61,118); }

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