Html Css Color HEX #03074D Midnight Blue

📋 copy color: '#03074D'

red 3 ◦ green 7 ◦ blue 77

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

Shades of Midnight Blue #03074D

Tints of Midnight Blue #03074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.05%

 BLUE value IS 77 (30.47% from 255) = 88.51%

R = 3.45%
G = 8.05%
B = 88.51%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03074D (or 0x03074D) is known color: Midnight Blue. HEX triplet: 03, 07 and 4D. RGB value is (3,7,77). Sum of RGB (Red+Green+Blue) = 3+7+77=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 77 (30.47% from 255 or 88.51% from 87); Max value from RGB is 77 - color contains mainly: blue. Hex color #03074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03074D is #FCF8B2. Grayscale: #0D0D0D. Windows color (decimal): -16578739 or 5048067. OLE color: 5048067.

HSL color Cylindrical-coordinate representation of color #03074D: hue angle of 236.76º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03074D is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 7 77 -
CMYK 0.96 0.91 0 0.70
HSL 236.76º 0.93% 0.16% -
HSV(B) 236.76º 0.96% 0.3% -
XYZ 1.45 0.71 7.08 -
YUV 13.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 3 7 77 0.96 0.91 0 0.70 236.76 0.93 0.16
Hex 3 7 4D 60 5B 0 46 ED 5C 10
Octal 3 7 115 140 133 0 106 355 134 20
Binary 11 111 1001101 1100000 1011011 0 1000110 11101101 1011100 10000

Color Harmonies of #03074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03074D

Black with #03074D

Text Example


Text Example

White with #03074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,7,77); }

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

background-color css

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

 a { background-color: rgb(3,7,77); }

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

border-color css

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

 span { border-color: rgb(3,7,77); }

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