Html Css Color HEX #01518C Dark Cerulean

📋 copy color: '#01518C'

red 1 ◦ green 81 ◦ blue 140

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

Shades of Dark Cerulean #01518C

Tints of Dark Cerulean #01518C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.06%

R = 0.45%
G = 36.49%
B = 63.06%

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

#01518C (or 0x01518C) is known color: Dark Cerulean. HEX triplet: 01, 51 and 8C. RGB value is (1,81,140). Sum of RGB (Red+Green+Blue) = 1+81+140=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #01518C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01518C is #FEAE73. Grayscale: #3F3F3F. Windows color (decimal): -16690804 or 9195777. OLE color: 9195777.

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

Color convert

RGB 1 81 140 -
CMYK 0.99 0.42 0 0.45
HSL 205.47º 0.99% 0.28% -
HSV(B) 205.47º 0.99% 0.55% -
XYZ 7.69 7.78 25.91 -
YUV 63.81 171 83.2 -
System Red Green Blue C M Y K H S L
Decimal 1 81 140 0.99 0.42 0 0.45 205.47 0.99 0.28
Hex 1 51 8C 63 2A 0 2D CD 63 1C
Octal 1 121 214 143 52 0 55 315 143 34
Binary 1 1010001 10001100 1100011 101010 0 101101 11001101 1100011 11100

Color Harmonies of #01518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01518C

Black with #01518C

Text Example


Text Example

White with #01518C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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