#014784

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

Shades of Dark Cerulean #014784

Tints of Dark Cerulean #014784

Color information

#014784 (or 0x014784) is unknown color: approx Dark Cerulean. HEX triplet: 01, 47 and 84. RGB value is (1,71,132). Sum of RGB (Red+Green+Blue) = 1+71+132=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #014784 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014784 is #FEB87B. Grayscale: #383838. Windows color (decimal): -16693372 or 8668929. OLE color: 8668929.

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

Color convert

RGB171132-
CMYK0.990.4600.48
HSL207.94º98.5%26.08%-
HSV(B)207.94º99.24%51.76%-
XYZ6.436.1822.68-
YUV57.02170.3188.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 132 (51.95% from 255) = 64.71%
R=0.49%
G=34.80%
B=64.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1711320.990.4600.48207.9498.526.08
Hex14784632E030d0621a
Octal11072041435606032014232
Binary11000111100001001100011101110011000011010000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014784; }

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

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

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

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

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

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

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

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