Html Css Color HEX #01048D Dark Blue

📋 copy color: '#01048D'

red 1 ◦ green 4 ◦ blue 141

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

Shades of Dark Blue #01048D

Tints of Dark Blue #01048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.74%

 BLUE value IS 141 (55.47% from 255) = 96.58%

R = 0.68%
G = 2.74%
B = 96.58%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01048D (or 0x01048D) is known color: Dark Blue. HEX triplet: 01, 04 and 8D. RGB value is (1,4,141). Sum of RGB (Red+Green+Blue) = 1+4+141=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 141 (55.47% from 255 or 96.58% from 146); Max value from RGB is 141 - color contains mainly: blue. Hex color #01048D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01048D is #FEFB72. Grayscale: #121212. Windows color (decimal): -16710515 or 9241601. OLE color: 9241601.

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

Color convert

RGB 1 4 141 -
CMYK 0.99 0.97 0 0.45
HSL 238.71º 0.99% 0.28% -
HSV(B) 238.71º 0.99% 0.55% -
XYZ 4.86 2.02 25.33 -
YUV 18.72 197.01 115.36 -
System Red Green Blue C M Y K H S L
Decimal 1 4 141 0.99 0.97 0 0.45 238.71 0.99 0.28
Hex 1 4 8D 63 61 0 2D EF 63 1C
Octal 1 4 215 143 141 0 55 357 143 34
Binary 1 100 10001101 1100011 1100001 0 101101 11101111 1100011 11100

Color Harmonies of #01048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01048D

Black with #01048D

Text Example


Text Example

White with #01048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,4,141); }

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

background-color css

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

 a { background-color: rgb(1,4,141); }

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

border-color css

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

 span { border-color: rgb(1,4,141); }

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