#01498F

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

Shades of Dark Cerulean #01498F

Tints of Dark Cerulean #01498F

Color information

#01498F (or 0x01498F) is unknown color: approx Dark Cerulean. HEX triplet: 01, 49 and 8F. RGB value is (1,73,143). Sum of RGB (Red+Green+Blue) = 1+73+143=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 143 (56.25% from 255 or 65.90% from 217); Max value from RGB is 143 - color contains mainly: blue. Hex color #01498F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01498F is #FEB670. Grayscale: #3B3B3B. Windows color (decimal): -16692849 or 9390337. OLE color: 9390337.

HSL color Cylindrical-coordinate representation of color #01498F: hue angle of 209.58º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01498F is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB173143-
CMYK0.990.4900.44
HSL209.58º98.61%28.24%-
HSV(B)209.58º99.3%56.08%-
XYZ7.356.7526.9-
YUV59.45175.1586.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 143 (56.25% from 255) = 65.90%
R=0.46%
G=33.64%
B=65.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1731430.990.4900.44209.5898.6128.24
Hex1498F633102Cd2631c
Octal11112171436105432214334
Binary11001001100011111100011110001010110011010010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01498F; }

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

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

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

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

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

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

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

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