Html Css Color HEX #03116F Midnight Blue

📋 copy color: '#03116F'

red 3 ◦ green 17 ◦ blue 111

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

Shades of Midnight Blue #03116F

Tints of Midnight Blue #03116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.98%

 BLUE value IS 111 (43.75% from 255) = 84.73%

R = 2.29%
G = 12.98%
B = 84.73%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03116F (or 0x03116F) is known color: Midnight Blue. HEX triplet: 03, 11 and 6F. RGB value is (3,17,111). Sum of RGB (Red+Green+Blue) = 3+17+111=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 111 (43.75% from 255 or 84.73% from 131); Max value from RGB is 111 - color contains mainly: blue. Hex color #03116F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03116F is #FCEE90. Grayscale: #171717. Windows color (decimal): -16576145 or 7278851. OLE color: 7278851.

HSL color Cylindrical-coordinate representation of color #03116F: hue angle of 232.22º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03116F is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 17 111 -
CMYK 0.97 0.85 0 0.56
HSL 232.22º 0.95% 0.22% -
HSV(B) 232.22º 0.97% 0.44% -
XYZ 3.11 1.57 15.18 -
YUV 23.53 177.36 113.36 -
System Red Green Blue C M Y K H S L
Decimal 3 17 111 0.97 0.85 0 0.56 232.22 0.95 0.22
Hex 3 11 6F 61 55 0 38 E8 5F 16
Octal 3 21 157 141 125 0 70 350 137 26
Binary 11 10001 1101111 1100001 1010101 0 111000 11101000 1011111 10110

Color Harmonies of #03116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03116F

Black with #03116F

Text Example


Text Example

White with #03116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03116F; }

 p { color: rgb(3,17,111); }

 H1.HeaderClassName
 {
   color: #03116F;
 }
 .AnyTagClassName
 {
   color: #03116F;
 }
</style>

background-color css

<style>
 a { background-color: #03116F; }

 a { background-color: rgb(3,17,111); }

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

border-color css

<style>
 span { border-color: #03116F; }

 span { border-color: rgb(3,17,111); }

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