Html Css Color HEX #01486B Dark Cerulean

📋 copy color: '#01486B'

red 1 ◦ green 72 ◦ blue 107

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

Shades of Dark Cerulean #01486B

Tints of Dark Cerulean #01486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 59.44%

R = 0.56%
G = 40%
B = 59.44%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01486B (or 0x01486B) is known color: Dark Cerulean. HEX triplet: 01, 48 and 6B. RGB value is (1,72,107). Sum of RGB (Red+Green+Blue) = 1+72+107=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 107 (42.19% from 255 or 59.44% from 180); Max value from RGB is 107 - color contains mainly: blue. Hex color #01486B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01486B is #FEB794. Grayscale: #363636. Windows color (decimal): -16693141 or 7030785. OLE color: 7030785.

HSL color Cylindrical-coordinate representation of color #01486B: hue angle of 199.81º 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 #01486B is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 72 107 -
CMYK 0.99 0.33 0 0.58
HSL 199.81º 0.98% 0.21% -
HSV(B) 199.81º 0.99% 0.42% -
XYZ 4.98 5.7 14.75 -
YUV 54.76 157.48 89.65 -
System Red Green Blue C M Y K H S L
Decimal 1 72 107 0.99 0.33 0 0.58 199.81 0.98 0.21
Hex 1 48 6B 63 21 0 3A C8 62 15
Octal 1 110 153 143 41 0 72 310 142 25
Binary 1 1001000 1101011 1100011 100001 0 111010 11001000 1100010 10101

Color Harmonies of #01486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01486B

Black with #01486B

Text Example


Text Example

White with #01486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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