Html Css Color HEX #050C9D New Midnight Blue

📋 copy color: '#050C9D'

red 5 ◦ green 12 ◦ blue 157

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

Shades of New Midnight Blue #050C9D

Tints of New Midnight Blue #050C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 90.23%

R = 2.87%
G = 6.9%
B = 90.23%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#050C9D (or 0x050C9D) is known color: New Midnight Blue. HEX triplet: 05, 0C and 9D. RGB value is (5,12,157). Sum of RGB (Red+Green+Blue) = 5+12+157=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 157 (61.72% from 255 or 90.23% from 174); Max value from RGB is 157 - color contains mainly: blue. Hex color #050C9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C9D is #FAF362. Grayscale: #191919. Windows color (decimal): -16446307 or 10292229. OLE color: 10292229.

HSL color Cylindrical-coordinate representation of color #050C9D: hue angle of 237.24º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050C9D is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 12 157 -
CMYK 0.97 0.92 0 0.38
HSL 237.24º 0.94% 0.32% -
HSV(B) 237.24º 0.97% 0.62% -
XYZ 6.28 2.73 32.09 -
YUV 26.44 201.68 112.71 -
System Red Green Blue C M Y K H S L
Decimal 5 12 157 0.97 0.92 0 0.38 237.24 0.94 0.32
Hex 5 C 9D 61 5C 0 26 ED 5E 20
Octal 5 14 235 141 134 0 46 355 136 40
Binary 101 1100 10011101 1100001 1011100 0 100110 11101101 1011110 100000

Color Harmonies of #050C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C9D

Black with #050C9D

Text Example


Text Example

White with #050C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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