Html Css Color HEX #03024B Midnight Blue

📋 copy color: '#03024B'

red 3 ◦ green 2 ◦ blue 75

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

Shades of Midnight Blue #03024B

Tints of Midnight Blue #03024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 93.75%

R = 3.75%
G = 2.5%
B = 93.75%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#03024B (or 0x03024B) is known color: Midnight Blue. HEX triplet: 03, 02 and 4B. RGB value is (3,2,75). Sum of RGB (Red+Green+Blue) = 3+2+75=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 75 (29.69% from 255 or 93.75% from 80); Max value from RGB is 75 - color contains mainly: blue. Hex color #03024B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03024B is #FCFDB4. Grayscale: #0A0A0A. Windows color (decimal): -16580021 or 4915715. OLE color: 4915715.

HSL color Cylindrical-coordinate representation of color #03024B: hue angle of 240.82º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03024B is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 2 75 -
CMYK 0.96 0.97 0 0.71
HSL 240.82º 0.95% 0.15% -
HSV(B) 240.82º 0.97% 0.29% -
XYZ 1.33 0.57 6.7 -
YUV 10.62 164.33 122.56 -
System Red Green Blue C M Y K H S L
Decimal 3 2 75 0.96 0.97 0 0.71 240.82 0.95 0.15
Hex 3 2 4B 60 61 0 47 F1 5F F
Octal 3 2 113 140 141 0 107 361 137 17
Binary 11 10 1001011 1100000 1100001 0 1000111 11110001 1011111 1111

Color Harmonies of #03024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03024B

Black with #03024B

Text Example


Text Example

White with #03024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,2,75); }

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

background-color css

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

 a { background-color: rgb(3,2,75); }

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

border-color css

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

 span { border-color: rgb(3,2,75); }

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