Html Css Color HEX #01486D Dark Cerulean

📋 copy color: '#01486D'

red 1 ◦ green 72 ◦ blue 109

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

Shades of Dark Cerulean #01486D

Tints of Dark Cerulean #01486D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 59.89%

R = 0.55%
G = 39.56%
B = 59.89%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01486D (or 0x01486D) is known color: Dark Cerulean. HEX triplet: 01, 48 and 6D. RGB value is (1,72,109). Sum of RGB (Red+Green+Blue) = 1+72+109=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #01486D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01486D is #FEB792. Grayscale: #363636. Windows color (decimal): -16693139 or 7161857. OLE color: 7161857.

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

Color convert

RGB 1 72 109 -
CMYK 0.99 0.34 0 0.57
HSL 200.56º 0.98% 0.22% -
HSV(B) 200.56º 0.99% 0.43% -
XYZ 5.09 5.75 15.31 -
YUV 54.99 158.48 89.49 -
System Red Green Blue C M Y K H S L
Decimal 1 72 109 0.99 0.34 0 0.57 200.56 0.98 0.22
Hex 1 48 6D 63 22 0 39 C9 62 16
Octal 1 110 155 143 42 0 71 311 142 26
Binary 1 1001000 1101101 1100011 100010 0 111001 11001001 1100010 10110

Color Harmonies of #01486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01486D

Black with #01486D

Text Example


Text Example

White with #01486D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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