Html Css Color HEX #050C63 Midnight Blue

📋 copy color: '#050C63'

red 5 ◦ green 12 ◦ blue 99

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

Shades of Midnight Blue #050C63

Tints of Midnight Blue #050C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 85.34%

R = 4.31%
G = 10.34%
B = 85.34%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#050C63 (or 0x050C63) is known color: Midnight Blue. HEX triplet: 05, 0C and 63. RGB value is (5,12,99). Sum of RGB (Red+Green+Blue) = 5+12+99=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 99 (39.06% from 255 or 85.34% from 116); Max value from RGB is 99 - color contains mainly: blue. Hex color #050C63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C63 is #FAF39C. Grayscale: #131313. Windows color (decimal): -16446365 or 6491141. OLE color: 6491141.

HSL color Cylindrical-coordinate representation of color #050C63: hue angle of 235.53º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050C63 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 12 99 -
CMYK 0.95 0.88 0 0.61
HSL 235.53º 0.9% 0.2% -
HSV(B) 235.53º 0.95% 0.39% -
XYZ 2.45 1.2 11.91 -
YUV 19.83 172.68 117.43 -
System Red Green Blue C M Y K H S L
Decimal 5 12 99 0.95 0.88 0 0.61 235.53 0.9 0.2
Hex 5 C 63 5F 58 0 3D EC 5A 14
Octal 5 14 143 137 130 0 75 354 132 24
Binary 101 1100 1100011 1011111 1011000 0 111101 11101100 1011010 10100

Color Harmonies of #050C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C63

Black with #050C63

Text Example


Text Example

White with #050C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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