Html Css Color HEX #051375 Midnight Blue

📋 copy color: '#051375'

red 5 ◦ green 19 ◦ blue 117

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

Shades of Midnight Blue #051375

Tints of Midnight Blue #051375

RGB

 RED value IS 5 (2.34% from 255) = 3.55%

 GREEN value IS 19 (7.81% from 255) = 13.48%

 BLUE value IS 117 (46.09% from 255) = 82.98%

R = 3.55%
G = 13.48%
B = 82.98%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#051375 (or 0x051375) is known color: Midnight Blue. HEX triplet: 05, 13 and 75. RGB value is (5,19,117). Sum of RGB (Red+Green+Blue) = 5+19+117=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 117 (46.09% from 255 or 82.98% from 141); Max value from RGB is 117 - color contains mainly: blue. Hex color #051375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051375 is #FAEC8A. Grayscale: #191919. Windows color (decimal): -16444555 or 7672581. OLE color: 7672581.

HSL color Cylindrical-coordinate representation of color #051375: hue angle of 232.5º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051375 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 19 117 -
CMYK 0.96 0.84 0 0.54
HSL 232.5º 0.92% 0.24% -
HSV(B) 232.5º 0.96% 0.46% -
XYZ 3.51 1.78 16.99 -
YUV 25.99 179.36 113.03 -
System Red Green Blue C M Y K H S L
Decimal 5 19 117 0.96 0.84 0 0.54 232.5 0.92 0.24
Hex 5 13 75 60 54 0 36 E8 5C 18
Octal 5 23 165 140 124 0 66 350 134 30
Binary 101 10011 1110101 1100000 1010100 0 110110 11101000 1011100 11000

Color Harmonies of #051375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051375

Black with #051375

Text Example


Text Example

White with #051375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051375; }

 p { color: rgb(5,19,117); }

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

background-color css

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

 a { background-color: rgb(5,19,117); }

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

border-color css

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

 span { border-color: rgb(5,19,117); }

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