Html Css Color HEX #01518A Dark Cerulean

📋 copy color: '#01518A'

red 1 ◦ green 81 ◦ blue 138

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

Shades of Dark Cerulean #01518A

Tints of Dark Cerulean #01518A

RGB

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

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

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

R = 0.45%
G = 36.82%
B = 62.73%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01518A (or 0x01518A) is known color: Dark Cerulean. HEX triplet: 01, 51 and 8A. RGB value is (1,81,138). Sum of RGB (Red+Green+Blue) = 1+81+138=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #01518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01518A is #FEAE75. Grayscale: #3F3F3F. Windows color (decimal): -16690806 or 9064705. OLE color: 9064705.

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

Color convert

RGB 1 81 138 -
CMYK 0.99 0.41 0 0.46
HSL 204.96º 0.99% 0.27% -
HSV(B) 204.96º 0.99% 0.54% -
XYZ 7.54 7.73 25.14 -
YUV 63.58 170 83.37 -
System Red Green Blue C M Y K H S L
Decimal 1 81 138 0.99 0.41 0 0.46 204.96 0.99 0.27
Hex 1 51 8A 63 29 0 2E CD 63 1B
Octal 1 121 212 143 51 0 56 315 143 33
Binary 1 1010001 10001010 1100011 101001 0 101110 11001101 1100011 11011

Color Harmonies of #01518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01518A

Black with #01518A

Text Example


Text Example

White with #01518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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