Html Css Color HEX #01518D Dark Cerulean

📋 copy color: '#01518D'

red 1 ◦ green 81 ◦ blue 141

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

Shades of Dark Cerulean #01518D

Tints of Dark Cerulean #01518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.23%

R = 0.45%
G = 36.32%
B = 63.23%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01518D (or 0x01518D) is known color: Dark Cerulean. HEX triplet: 01, 51 and 8D. RGB value is (1,81,141). Sum of RGB (Red+Green+Blue) = 1+81+141=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #01518D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01518D is #FEAE72. Grayscale: #3F3F3F. Windows color (decimal): -16690803 or 9261313. OLE color: 9261313.

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

Color convert

RGB 1 81 141 -
CMYK 0.99 0.43 0 0.45
HSL 205.71º 0.99% 0.28% -
HSV(B) 205.71º 0.99% 0.55% -
XYZ 7.76 7.81 26.3 -
YUV 63.92 171.5 83.12 -
System Red Green Blue C M Y K H S L
Decimal 1 81 141 0.99 0.43 0 0.45 205.71 0.99 0.28
Hex 1 51 8D 63 2B 0 2D CE 63 1C
Octal 1 121 215 143 53 0 55 316 143 34
Binary 1 1010001 10001101 1100011 101011 0 101101 11001110 1100011 11100

Color Harmonies of #01518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01518D

Black with #01518D

Text Example


Text Example

White with #01518D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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