Html Css Color HEX #03065B Midnight Blue

📋 copy color: '#03065B'

red 3 ◦ green 6 ◦ blue 91

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

Shades of Midnight Blue #03065B

Tints of Midnight Blue #03065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 91%

R = 3%
G = 6%
B = 91%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03065B (or 0x03065B) is known color: Midnight Blue. HEX triplet: 03, 06 and 5B. RGB value is (3,6,91). Sum of RGB (Red+Green+Blue) = 3+6+91=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 91 (35.94% from 255 or 91% from 100); Max value from RGB is 91 - color contains mainly: blue. Hex color #03065B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03065B is #FCF9A4. Grayscale: #0E0E0E. Windows color (decimal): -16578981 or 5965315. OLE color: 5965315.

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

Color convert

RGB 3 6 91 -
CMYK 0.97 0.93 0 0.64
HSL 237.95º 0.94% 0.18% -
HSV(B) 237.95º 0.97% 0.36% -
XYZ 1.99 0.9 9.97 -
YUV 14.79 171.01 119.59 -
System Red Green Blue C M Y K H S L
Decimal 3 6 91 0.97 0.93 0 0.64 237.95 0.94 0.18
Hex 3 6 5B 61 5D 0 40 EE 5E 12
Octal 3 6 133 141 135 0 100 356 136 22
Binary 11 110 1011011 1100001 1011101 0 1000000 11101110 1011110 10010

Color Harmonies of #03065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03065B

Black with #03065B

Text Example


Text Example

White with #03065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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