Html Css Color HEX #050348 Midnight Blue

📋 copy color: '#050348'

red 5 ◦ green 3 ◦ blue 72

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

Shades of Midnight Blue #050348

Tints of Midnight Blue #050348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.75%

 BLUE value IS 72 (28.52% from 255) = 90%

R = 6.25%
G = 3.75%
B = 90%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#050348 (or 0x050348) is known color: Midnight Blue. HEX triplet: 05, 03 and 48. RGB value is (5,3,72). Sum of RGB (Red+Green+Blue) = 5+3+72=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 72 (28.52% from 255 or 90% from 80); Max value from RGB is 72 - color contains mainly: blue. Hex color #050348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050348 is #FAFCB7. Grayscale: #0B0B0B. Windows color (decimal): -16448696 or 4719365. OLE color: 4719365.

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

Color convert

RGB 5 3 72 -
CMYK 0.93 0.96 0 0.72
HSL 241.74º 0.92% 0.15% -
HSV(B) 241.74º 0.96% 0.28% -
XYZ 1.26 0.57 6.17 -
YUV 11.46 162.16 123.39 -
System Red Green Blue C M Y K H S L
Decimal 5 3 72 0.93 0.96 0 0.72 241.74 0.92 0.15
Hex 5 3 48 5D 60 0 48 F2 5C F
Octal 5 3 110 135 140 0 110 362 134 17
Binary 101 11 1001000 1011101 1100000 0 1001000 11110010 1011100 1111

Color Harmonies of #050348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050348

Black with #050348

Text Example


Text Example

White with #050348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050348; }

 p { color: rgb(5,3,72); }

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

background-color css

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

 a { background-color: rgb(5,3,72); }

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

border-color css

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

 span { border-color: rgb(5,3,72); }

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