Html Css Color HEX #01558A Dark Cerulean

📋 copy color: '#01558A'

red 1 ◦ green 85 ◦ blue 138

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

Shades of Dark Cerulean #01558A

Tints of Dark Cerulean #01558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.95%

 BLUE value IS 138 (54.3% from 255) = 61.61%

R = 0.45%
G = 37.95%
B = 61.61%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01558A (or 0x01558A) is known color: Dark Cerulean. HEX triplet: 01, 55 and 8A. RGB value is (1,85,138). Sum of RGB (Red+Green+Blue) = 1+85+138=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 138 (54.30% from 255 or 61.61% from 224); Max value from RGB is 138 - color contains mainly: blue. Hex color #01558A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01558A is #FEAA75. Grayscale: #414141. Windows color (decimal): -16689782 or 9065729. OLE color: 9065729.

HSL color Cylindrical-coordinate representation of color #01558A: hue angle of 203.21º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01558A is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 85 138 -
CMYK 0.99 0.38 0 0.46
HSL 203.21º 0.99% 0.27% -
HSV(B) 203.21º 0.99% 0.54% -
XYZ 7.85 8.34 25.24 -
YUV 65.93 168.67 81.69 -
System Red Green Blue C M Y K H S L
Decimal 1 85 138 0.99 0.38 0 0.46 203.21 0.99 0.27
Hex 1 55 8A 63 26 0 2E CB 63 1B
Octal 1 125 212 143 46 0 56 313 143 33
Binary 1 1010101 10001010 1100011 100110 0 101110 11001011 1100011 11011

Color Harmonies of #01558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01558A

Black with #01558A

Text Example


Text Example

White with #01558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01558A; }

 p { color: rgb(1,85,138); }

 H1.HeaderClassName
 {
   color: #01558A;
 }
 .AnyTagClassName
 {
   color: #01558A;
 }
</style>

background-color css

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

 a { background-color: rgb(1,85,138); }

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

border-color css

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

 span { border-color: rgb(1,85,138); }

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