#014384

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

Shades of Dark Cerulean #014384

Tints of Dark Cerulean #014384

Color information

#014384 (or 0x014384) is unknown color: approx Dark Cerulean. HEX triplet: 01, 43 and 84. RGB value is (1,67,132). Sum of RGB (Red+Green+Blue) = 1+67+132=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #014384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014384 is #FEBC7B. Grayscale: #363636. Windows color (decimal): -16694396 or 8667905. OLE color: 8667905.

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

Color convert

RGB167132-
CMYK0.990.4900.48
HSL209.77º98.5%26.08%-
HSV(B)209.77º99.24%51.76%-
XYZ6.185.6922.6-
YUV54.68171.6389.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.5%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 132 (51.95% from 255) = 66%
R=0.5%
G=33.5%
B=66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1671320.990.4900.48209.7798.526.08
Hex143846331030d2621a
Octal11032041436106032214232
Binary11000011100001001100011110001011000011010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014384; }

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

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

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

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

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

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

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

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