Html Css Color HEX #030148 Midnight Blue

📋 copy color: '#030148'

red 3 ◦ green 1 ◦ blue 72

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

Shades of Midnight Blue #030148

Tints of Midnight Blue #030148

RGB

 RED value IS 3 (1.56% from 255) = 3.95%

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

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

R = 3.95%
G = 1.32%
B = 94.74%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#030148 (or 0x030148) is known color: Midnight Blue. HEX triplet: 03, 01 and 48. RGB value is (3,1,72). Sum of RGB (Red+Green+Blue) = 3+1+72=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 72 (28.52% from 255 or 94.74% from 76); Max value from RGB is 72 - color contains mainly: blue. Hex color #030148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030148 is #FCFEB7. Grayscale: #090909. Windows color (decimal): -16580280 or 4718851. OLE color: 4718851.

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

Color convert

RGB 3 1 72 -
CMYK 0.96 0.99 0 0.72
HSL 241.69º 0.97% 0.14% -
HSV(B) 241.69º 0.99% 0.28% -
XYZ 1.22 0.51 6.16 -
YUV 9.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 3 1 72 0.96 0.99 0 0.72 241.69 0.97 0.14
Hex 3 1 48 60 63 0 48 F2 61 E
Octal 3 1 110 140 143 0 110 362 141 16
Binary 11 1 1001000 1100000 1100011 0 1001000 11110010 1100001 1110

Color Harmonies of #030148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030148

Black with #030148

Text Example


Text Example

White with #030148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030148; }

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

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

background-color css

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

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

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

border-color css

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

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

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