Html Css Color HEX #01486A Dark Cerulean

📋 copy color: '#01486A'

red 1 ◦ green 72 ◦ blue 106

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

Shades of Dark Cerulean #01486A

Tints of Dark Cerulean #01486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 59.22%

R = 0.56%
G = 40.22%
B = 59.22%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01486A (or 0x01486A) is known color: Dark Cerulean. HEX triplet: 01, 48 and 6A. RGB value is (1,72,106). Sum of RGB (Red+Green+Blue) = 1+72+106=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #01486A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01486A is #FEB795. Grayscale: #363636. Windows color (decimal): -16693142 or 6965249. OLE color: 6965249.

HSL color Cylindrical-coordinate representation of color #01486A: hue angle of 199.43º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01486A is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 72 106 -
CMYK 0.99 0.32 0 0.58
HSL 199.43º 0.98% 0.21% -
HSV(B) 199.43º 0.99% 0.42% -
XYZ 4.93 5.68 14.47 -
YUV 54.65 156.98 89.74 -
System Red Green Blue C M Y K H S L
Decimal 1 72 106 0.99 0.32 0 0.58 199.43 0.98 0.21
Hex 1 48 6A 63 20 0 3A C7 62 15
Octal 1 110 152 143 40 0 72 307 142 25
Binary 1 1001000 1101010 1100011 100000 0 111010 11000111 1100010 10101

Color Harmonies of #01486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01486A

Black with #01486A

Text Example


Text Example

White with #01486A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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