Html Css Color HEX #010248 Midnight Blue

📋 copy color: '#010248'

red 1 ◦ green 2 ◦ blue 72

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

Shades of Midnight Blue #010248

Tints of Midnight Blue #010248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.67%

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

R = 1.33%
G = 2.67%
B = 96%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#010248 (or 0x010248) is known color: Midnight Blue. HEX triplet: 01, 02 and 48. RGB value is (1,2,72). Sum of RGB (Red+Green+Blue) = 1+2+72=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 72 (28.52% from 255 or 96% from 75); Max value from RGB is 72 - color contains mainly: blue. Hex color #010248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010248 is #FEFDB7. Grayscale: #090909. Windows color (decimal): -16711096 or 4719105. OLE color: 4719105.

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

Color convert

RGB 1 2 72 -
CMYK 0.99 0.97 0 0.72
HSL 239.15º 0.97% 0.14% -
HSV(B) 239.15º 0.99% 0.28% -
XYZ 1.2 0.52 6.17 -
YUV 9.68 163.17 121.81 -
System Red Green Blue C M Y K H S L
Decimal 1 2 72 0.99 0.97 0 0.72 239.15 0.97 0.14
Hex 1 2 48 63 61 0 48 EF 61 E
Octal 1 2 110 143 141 0 110 357 141 16
Binary 1 10 1001000 1100011 1100001 0 1001000 11101111 1100001 1110

Color Harmonies of #010248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010248

Black with #010248

Text Example


Text Example

White with #010248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010248; }

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

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

background-color css

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

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

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

border-color css

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

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

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