#01598D

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

Shades of Dark Cerulean #01598D

Tints of Dark Cerulean #01598D

Color information

#01598D (or 0x01598D) is unknown color: approx Dark Cerulean. HEX triplet: 01, 59 and 8D. RGB value is (1,89,141). Sum of RGB (Red+Green+Blue) = 1+89+141=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #01598D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01598D is #FEA672. Grayscale: #444444. Windows color (decimal): -16688755 or 9263361. OLE color: 9263361.

HSL color Cylindrical-coordinate representation of color #01598D: hue angle of 202.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01598D is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB189141-
CMYK0.990.3700.45
HSL202.29º98.59%27.84%-
HSV(B)202.29º99.29%55.29%-
XYZ8.399.0726.51-
YUV68.62168.8579.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 141 (55.47% from 255) = 61.04%
R=0.43%
G=38.53%
B=61.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1891410.990.3700.45202.2998.5927.84
Hex1598D632502Dca631c
Octal11312151434505531214334
Binary11011001100011011100011100101010110111001010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01598D; }

 p { color: rgb(1,89,141); }

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

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

 a { background-color: rgb(1,89,141); }

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

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

 span { border-color: rgb(1,89,141); }

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