#014993

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

Shades of Dark Cerulean #014993

Tints of Dark Cerulean #014993

Color information

#014993 (or 0x014993) is unknown color: approx Dark Cerulean. HEX triplet: 01, 49 and 93. RGB value is (1,73,147). Sum of RGB (Red+Green+Blue) = 1+73+147=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #014993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014993 is #FEB66C. Grayscale: #3B3B3B. Windows color (decimal): -16692845 or 9652481. OLE color: 9652481.

HSL color Cylindrical-coordinate representation of color #014993: hue angle of 210.41º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014993 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB173147-
CMYK0.990.5000.42
HSL210.41º98.65%29.02%-
HSV(B)210.41º99.32%57.65%-
XYZ7.666.8828.53-
YUV59.91177.1585.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 147 (57.81% from 255) = 66.52%
R=0.45%
G=33.03%
B=66.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1731470.990.5000.42210.4198.6529.02
Hex14993633202Ad2631d
Octal11112231436205232214335
Binary11001001100100111100011110010010101011010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014993; }

 p { color: rgb(1,73,147); }

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

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

 a { background-color: rgb(1,73,147); }

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

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

 span { border-color: rgb(1,73,147); }

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