Html Css Color HEX #01588C Dark Cerulean

📋 copy color: '#01588C'

red 1 ◦ green 88 ◦ blue 140

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

Shades of Dark Cerulean #01588C

Tints of Dark Cerulean #01588C

RGB

 RED value IS 1 (0.78% from 255) = 0.44%

 GREEN value IS 88 (34.77% from 255) = 38.43%

 BLUE value IS 140 (55.08% from 255) = 61.14%

R = 0.44%
G = 38.43%
B = 61.14%

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

#01588C (or 0x01588C) is known color: Dark Cerulean. HEX triplet: 01, 58 and 8C. RGB value is (1,88,140). Sum of RGB (Red+Green+Blue) = 1+88+140=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #01588C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01588C is #FEA773. Grayscale: #434343. Windows color (decimal): -16689012 or 9197569. OLE color: 9197569.

HSL color Cylindrical-coordinate representation of color #01588C: hue angle of 202.45º 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 #01588C is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 88 140 -
CMYK 0.99 0.37 0 0.45
HSL 202.45º 0.99% 0.28% -
HSV(B) 202.45º 0.99% 0.55% -
XYZ 8.24 8.88 26.09 -
YUV 67.92 168.68 80.27 -
System Red Green Blue C M Y K H S L
Decimal 1 88 140 0.99 0.37 0 0.45 202.45 0.99 0.28
Hex 1 58 8C 63 25 0 2D CA 63 1C
Octal 1 130 214 143 45 0 55 312 143 34
Binary 1 1011000 10001100 1100011 100101 0 101101 11001010 1100011 11100

Color Harmonies of #01588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01588C

Black with #01588C

Text Example


Text Example

White with #01588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01588C; }

 p { color: rgb(1,88,140); }

 H1.HeaderClassName
 {
   color: #01588C;
 }
 .AnyTagClassName
 {
   color: #01588C;
 }
</style>

background-color css

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

 a { background-color: rgb(1,88,140); }

 div.DivClassName
 {
   background-color: #01588C;
 }
 .BgClassName
 {
   background-color: #01588C;
 }
</style>

border-color css

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

 span { border-color: rgb(1,88,140); }

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