Html Css Color HEX #01518B Dark Cerulean

📋 copy color: '#01518B'

red 1 ◦ green 81 ◦ blue 139

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

Shades of Dark Cerulean #01518B

Tints of Dark Cerulean #01518B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.9%

R = 0.45%
G = 36.65%
B = 62.9%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01518B (or 0x01518B) is known color: Dark Cerulean. HEX triplet: 01, 51 and 8B. RGB value is (1,81,139). Sum of RGB (Red+Green+Blue) = 1+81+139=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #01518B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01518B is #FEAE74. Grayscale: #3F3F3F. Windows color (decimal): -16690805 or 9130241. OLE color: 9130241.

HSL color Cylindrical-coordinate representation of color #01518B: hue angle of 205.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01518B is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 81 139 -
CMYK 0.99 0.42 0 0.45
HSL 205.22º 0.99% 0.27% -
HSV(B) 205.22º 0.99% 0.55% -
XYZ 7.62 7.76 25.52 -
YUV 63.69 170.5 83.28 -
System Red Green Blue C M Y K H S L
Decimal 1 81 139 0.99 0.42 0 0.45 205.22 0.99 0.27
Hex 1 51 8B 63 2A 0 2D CD 63 1B
Octal 1 121 213 143 52 0 55 315 143 33
Binary 1 1010001 10001011 1100011 101010 0 101101 11001101 1100011 11011

Color Harmonies of #01518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01518B

Black with #01518B

Text Example


Text Example

White with #01518B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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