Html Css Color HEX #050C94 New Midnight Blue

📋 copy color: '#050C94'

red 5 ◦ green 12 ◦ blue 148

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

Shades of New Midnight Blue #050C94

Tints of New Midnight Blue #050C94

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.27%

 BLUE value IS 148 (58.2% from 255) = 89.7%

R = 3.03%
G = 7.27%
B = 89.7%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#050C94 (or 0x050C94) is known color: New Midnight Blue. HEX triplet: 05, 0C and 94. RGB value is (5,12,148). Sum of RGB (Red+Green+Blue) = 5+12+148=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 148 (58.20% from 255 or 89.70% from 165); Max value from RGB is 148 - color contains mainly: blue. Hex color #050C94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C94 is #FAF36B. Grayscale: #181818. Windows color (decimal): -16446316 or 9702405. OLE color: 9702405.

HSL color Cylindrical-coordinate representation of color #050C94: hue angle of 237.06º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050C94 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 12 148 -
CMYK 0.97 0.92 0 0.42
HSL 237.06º 0.93% 0.3% -
HSV(B) 237.06º 0.97% 0.58% -
XYZ 5.54 2.43 28.19 -
YUV 25.41 197.18 113.44 -
System Red Green Blue C M Y K H S L
Decimal 5 12 148 0.97 0.92 0 0.42 237.06 0.93 0.3
Hex 5 C 94 61 5C 0 2A ED 5D 1E
Octal 5 14 224 141 134 0 52 355 135 36
Binary 101 1100 10010100 1100001 1011100 0 101010 11101101 1011101 11110

Color Harmonies of #050C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C94

Black with #050C94

Text Example


Text Example

White with #050C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050C94; }

 p { color: rgb(5,12,148); }

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

background-color css

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

 a { background-color: rgb(5,12,148); }

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

border-color css

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

 span { border-color: rgb(5,12,148); }

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