#013B76

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

Shades of Dark Cerulean #013B76

Tints of Dark Cerulean #013B76

Color information

#013B76 (or 0x013B76) is unknown color: approx Dark Cerulean. HEX triplet: 01, 3B and 76. RGB value is (1,59,118). Sum of RGB (Red+Green+Blue) = 1+59+118=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #013B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B76 is #FEC489. Grayscale: #303030. Windows color (decimal): -16696458 or 7748353. OLE color: 7748353.

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

Color convert

RGB159118-
CMYK0.990.5000.54
HSL210.26º98.32%23.33%-
HSV(B)210.26º99.15%46.27%-
XYZ4.854.4417.74-
YUV48.38167.2894.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 59 (23.44% from 255) = 33.15%
BLUE value IS 118 (46.48% from 255) = 66.29%
R=0.56%
G=33.15%
B=66.29%

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
Decimal1591180.990.5000.54210.2698.3223.33
Hex13B766332036d26217
Octal1731661436206632214227
Binary111101111101101100011110010011011011010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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