Html Css Color HEX #01598D Dark Cerulean

📋 copy color: '#01598D'

red 1 ◦ green 89 ◦ blue 141

#01598D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #01598D

Tints of Dark Cerulean #01598D

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 value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01598D (or 0x01598D) is known color: 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

RGB 1 89 141 -
CMYK 0.99 0.37 0 0.45
HSL 202.29º 0.99% 0.28% -
HSV(B) 202.29º 0.99% 0.55% -
XYZ 8.39 9.07 26.51 -
YUV 68.62 168.85 79.77 -
System Red Green Blue C M Y K H S L
Decimal 1 89 141 0.99 0.37 0 0.45 202.29 0.99 0.28
Hex 1 59 8D 63 25 0 2D CA 63 1C
Octal 1 131 215 143 45 0 55 312 143 34
Binary 1 1011001 10001101 1100011 100101 0 101101 11001010 1100011 11100

Color Harmonies of #01598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01598D

Black with #01598D

Text Example


Text Example

White with #01598D

Text Example


Text Example

HTML Codes & Css Web 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>