Html Css Color HEX #01486F Dark Cerulean

📋 copy color: '#01486F'

red 1 ◦ green 72 ◦ blue 111

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

Shades of Dark Cerulean #01486F

Tints of Dark Cerulean #01486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.13%

 BLUE value IS 111 (43.75% from 255) = 60.33%

R = 0.54%
G = 39.13%
B = 60.33%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01486F (or 0x01486F) is known color: Dark Cerulean. HEX triplet: 01, 48 and 6F. RGB value is (1,72,111). Sum of RGB (Red+Green+Blue) = 1+72+111=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #01486F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01486F is #FEB790. Grayscale: #363636. Windows color (decimal): -16693137 or 7292929. OLE color: 7292929.

HSL color Cylindrical-coordinate representation of color #01486F: hue angle of 201.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01486F is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 72 111 -
CMYK 0.99 0.35 0 0.56
HSL 201.27º 0.98% 0.22% -
HSV(B) 201.27º 0.99% 0.44% -
XYZ 5.2 5.79 15.88 -
YUV 55.22 159.48 89.33 -
System Red Green Blue C M Y K H S L
Decimal 1 72 111 0.99 0.35 0 0.56 201.27 0.98 0.22
Hex 1 48 6F 63 23 0 38 C9 62 16
Octal 1 110 157 143 43 0 70 311 142 26
Binary 1 1001000 1101111 1100011 100011 0 111000 11001001 1100010 10110

Color Harmonies of #01486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01486F

Black with #01486F

Text Example


Text Example

White with #01486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01486F; }

 p { color: rgb(1,72,111); }

 H1.HeaderClassName
 {
   color: #01486F;
 }
 .AnyTagClassName
 {
   color: #01486F;
 }
</style>

background-color css

<style>
 a { background-color: #01486F; }

 a { background-color: rgb(1,72,111); }

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

border-color css

<style>
 span { border-color: #01486F; }

 span { border-color: rgb(1,72,111); }

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