Html Css Color HEX #01518E Dark Cerulean

📋 copy color: '#01518E'

red 1 ◦ green 81 ◦ blue 142

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

Shades of Dark Cerulean #01518E

Tints of Dark Cerulean #01518E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.16%

 BLUE value IS 142 (55.86% from 255) = 63.39%

R = 0.45%
G = 36.16%
B = 63.39%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01518E (or 0x01518E) is known color: Dark Cerulean. HEX triplet: 01, 51 and 8E. RGB value is (1,81,142). Sum of RGB (Red+Green+Blue) = 1+81+142=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 142 (55.86% from 255 or 63.39% from 224); Max value from RGB is 142 - color contains mainly: blue. Hex color #01518E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01518E is #FEAE71. Grayscale: #3F3F3F. Windows color (decimal): -16690802 or 9326849. OLE color: 9326849.

HSL color Cylindrical-coordinate representation of color #01518E: hue angle of 205.96º 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 #01518E is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 81 142 -
CMYK 0.99 0.43 0 0.44
HSL 205.96º 0.99% 0.28% -
HSV(B) 205.96º 0.99% 0.56% -
XYZ 7.84 7.84 26.69 -
YUV 64.03 172 83.04 -
System Red Green Blue C M Y K H S L
Decimal 1 81 142 0.99 0.43 0 0.44 205.96 0.99 0.28
Hex 1 51 8E 63 2B 0 2C CE 63 1C
Octal 1 121 216 143 53 0 54 316 143 34
Binary 1 1010001 10001110 1100011 101011 0 101100 11001110 1100011 11100

Color Harmonies of #01518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01518E

Black with #01518E

Text Example


Text Example

White with #01518E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01518E; }

 p { color: rgb(1,81,142); }

 H1.HeaderClassName
 {
   color: #01518E;
 }
 .AnyTagClassName
 {
   color: #01518E;
 }
</style>

background-color css

<style>
 a { background-color: #01518E; }

 a { background-color: rgb(1,81,142); }

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

border-color css

<style>
 span { border-color: #01518E; }

 span { border-color: rgb(1,81,142); }

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