#013678

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

Shades of Dark Cerulean #013678

Tints of Dark Cerulean #013678

Color information

#013678 (or 0x013678) is unknown color: approx Dark Cerulean. HEX triplet: 01, 36 and 78. RGB value is (1,54,120). Sum of RGB (Red+Green+Blue) = 1+54+120=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #013678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013678 is #FEC987. Grayscale: #2D2D2D. Windows color (decimal): -16697736 or 7878145. OLE color: 7878145.

HSL color Cylindrical-coordinate representation of color #013678: hue angle of 213.28º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013678 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB154120-
CMYK0.990.5500.53
HSL213.28º98.35%23.73%-
HSV(B)213.28º99.17%47.06%-
XYZ4.72418.29-
YUV45.68169.9496.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 54 (21.48% from 255) = 30.86%
BLUE value IS 120 (47.27% from 255) = 68.57%
R=0.57%
G=30.86%
B=68.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1541200.990.5500.53213.2898.3523.73
Hex136786337035d56218
Octal1661701436706532514230
Binary111011011110001100011110111011010111010101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013678; }

 p { color: rgb(1,54,120); }

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

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

 a { background-color: rgb(1,54,120); }

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

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

 span { border-color: rgb(1,54,120); }

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