Html Css Color HEX #03065D Midnight Blue

📋 copy color: '#03065D'

red 3 ◦ green 6 ◦ blue 93

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

Shades of Midnight Blue #03065D

Tints of Midnight Blue #03065D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 91.18%

R = 2.94%
G = 5.88%
B = 91.18%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03065D (or 0x03065D) is known color: Midnight Blue. HEX triplet: 03, 06 and 5D. RGB value is (3,6,93). Sum of RGB (Red+Green+Blue) = 3+6+93=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 93 (36.72% from 255 or 91.18% from 102); Max value from RGB is 93 - color contains mainly: blue. Hex color #03065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03065D is #FCF9A2. Grayscale: #0E0E0E. Windows color (decimal): -16578979 or 6096387. OLE color: 6096387.

HSL color Cylindrical-coordinate representation of color #03065D: hue angle of 238º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03065D is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 6 93 -
CMYK 0.97 0.94 0 0.64
HSL 238º 0.94% 0.19% -
HSV(B) 238º 0.97% 0.36% -
XYZ 2.08 0.94 10.43 -
YUV 15.02 172.01 119.43 -
System Red Green Blue C M Y K H S L
Decimal 3 6 93 0.97 0.94 0 0.64 238 0.94 0.19
Hex 3 6 5D 61 5E 0 40 EE 5E 13
Octal 3 6 135 141 136 0 100 356 136 23
Binary 11 110 1011101 1100001 1011110 0 1000000 11101110 1011110 10011

Color Harmonies of #03065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03065D

Black with #03065D

Text Example


Text Example

White with #03065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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