Html Css Color HEX #03064A Midnight Blue

📋 copy color: '#03064A'

red 3 ◦ green 6 ◦ blue 74

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

Shades of Midnight Blue #03064A

Tints of Midnight Blue #03064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.23%

 BLUE value IS 74 (29.3% from 255) = 89.16%

R = 3.61%
G = 7.23%
B = 89.16%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#03064A (or 0x03064A) is known color: Midnight Blue. HEX triplet: 03, 06 and 4A. RGB value is (3,6,74). Sum of RGB (Red+Green+Blue) = 3+6+74=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 74 (29.30% from 255 or 89.16% from 83); Max value from RGB is 74 - color contains mainly: blue. Hex color #03064A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03064A is #FCF9B5. Grayscale: #0C0C0C. Windows color (decimal): -16578998 or 4851203. OLE color: 4851203.

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

Color convert

RGB 3 6 74 -
CMYK 0.96 0.92 0 0.71
HSL 237.46º 0.92% 0.15% -
HSV(B) 237.46º 0.96% 0.29% -
XYZ 1.34 0.64 6.53 -
YUV 12.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 3 6 74 0.96 0.92 0 0.71 237.46 0.92 0.15
Hex 3 6 4A 60 5C 0 47 ED 5C F
Octal 3 6 112 140 134 0 107 355 134 17
Binary 11 110 1001010 1100000 1011100 0 1000111 11101101 1011100 1111

Color Harmonies of #03064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03064A

Black with #03064A

Text Example


Text Example

White with #03064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03064A; }

 p { color: rgb(3,6,74); }

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

background-color css

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

 a { background-color: rgb(3,6,74); }

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

border-color css

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

 span { border-color: rgb(3,6,74); }

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