Html Css Color HEX #010148 Midnight Blue

📋 copy color: '#010148'

red 1 ◦ green 1 ◦ blue 72

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

Shades of Midnight Blue #010148

Tints of Midnight Blue #010148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.35%

 BLUE value IS 72 (28.52% from 255) = 97.3%

R = 1.35%
G = 1.35%
B = 97.3%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#010148 (or 0x010148) is known color: Midnight Blue. HEX triplet: 01, 01 and 48. RGB value is (1,1,72). Sum of RGB (Red+Green+Blue) = 1+1+72=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 72 (28.52% from 255 or 97.30% from 74); Max value from RGB is 72 - color contains mainly: blue. Hex color #010148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010148 is #FEFEB7. Grayscale: #080808. Windows color (decimal): -16711352 or 4718849. OLE color: 4718849.

HSL color Cylindrical-coordinate representation of color #010148: hue angle of 240º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010148 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 1 72 -
CMYK 0.99 0.99 0 0.72
HSL 240º 0.97% 0.14% -
HSV(B) 240º 0.99% 0.28% -
XYZ 1.19 0.5 6.16 -
YUV 9.09 163.5 122.23 -
System Red Green Blue C M Y K H S L
Decimal 1 1 72 0.99 0.99 0 0.72 240 0.97 0.14
Hex 1 1 48 63 63 0 48 F0 61 E
Octal 1 1 110 143 143 0 110 360 141 16
Binary 1 1 1001000 1100011 1100011 0 1001000 11110000 1100001 1110

Color Harmonies of #010148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010148

Black with #010148

Text Example


Text Example

White with #010148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010148; }

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

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

background-color css

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

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

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

border-color css

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

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

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