#013784

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

Shades of Dark Cerulean #013784

Tints of Dark Cerulean #013784

Color information

#013784 (or 0x013784) is unknown color: approx Dark Cerulean. HEX triplet: 01, 37 and 84. RGB value is (1,55,132). Sum of RGB (Red+Green+Blue) = 1+55+132=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 132 (51.95% from 255 or 70.21% from 188); Max value from RGB is 132 - color contains mainly: blue. Hex color #013784 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013784 is #FEC87B. Grayscale: #2F2F2F. Windows color (decimal): -16697468 or 8664833. OLE color: 8664833.

HSL color Cylindrical-coordinate representation of color #013784: hue angle of 215.27º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013784 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB155132-
CMYK0.990.5800.48
HSL215.27º98.5%26.08%-
HSV(B)215.27º99.24%51.76%-
XYZ5.544.422.39-
YUV47.63175.6194.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 55 (21.88% from 255) = 29.26%
BLUE value IS 132 (51.95% from 255) = 70.21%
R=0.53%
G=29.26%
B=70.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1551320.990.5800.48215.2798.526.08
Hex13784633A030d7621a
Octal1672041437206032714232
Binary1110111100001001100011111010011000011010111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013784; }

 p { color: rgb(1,55,132); }

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

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

 a { background-color: rgb(1,55,132); }

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

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

 span { border-color: rgb(1,55,132); }

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