Html Css Color HEX #050BAC New Midnight Blue

📋 copy color: '#050BAC'

red 5 ◦ green 11 ◦ blue 172

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

Shades of New Midnight Blue #050BAC

Tints of New Midnight Blue #050BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.85%

 BLUE value IS 172 (67.58% from 255) = 91.49%

R = 2.66%
G = 5.85%
B = 91.49%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#050BAC (or 0x050BAC) is known color: New Midnight Blue. HEX triplet: 05, 0B and AC. RGB value is (5,11,172). Sum of RGB (Red+Green+Blue) = 5+11+172=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 172 (67.58% from 255 or 91.49% from 188); Max value from RGB is 172 - color contains mainly: blue. Hex color #050BAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050BAC is #FAF453. Grayscale: #1A1A1A. Windows color (decimal): -16446548 or 11275013. OLE color: 11275013.

HSL color Cylindrical-coordinate representation of color #050BAC: hue angle of 237.84º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050BAC is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 11 172 -
CMYK 0.97 0.94 0 0.33
HSL 237.84º 0.94% 0.35% -
HSV(B) 237.84º 0.97% 0.67% -
XYZ 7.63 3.25 39.26 -
YUV 27.56 209.51 111.91 -
System Red Green Blue C M Y K H S L
Decimal 5 11 172 0.97 0.94 0 0.33 237.84 0.94 0.35
Hex 5 B AC 61 5E 0 21 EE 5E 23
Octal 5 13 254 141 136 0 41 356 136 43
Binary 101 1011 10101100 1100001 1011110 0 100001 11101110 1011110 100011

Color Harmonies of #050BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050BAC

Black with #050BAC

Text Example


Text Example

White with #050BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,11,172); }

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

background-color css

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

 a { background-color: rgb(5,11,172); }

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

border-color css

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

 span { border-color: rgb(5,11,172); }

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