Html Css Color HEX #050C62 Midnight Blue

📋 copy color: '#050C62'

red 5 ◦ green 12 ◦ blue 98

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

Shades of Midnight Blue #050C62

Tints of Midnight Blue #050C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 85.22%

R = 4.35%
G = 10.43%
B = 85.22%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#050C62 (or 0x050C62) is known color: Midnight Blue. HEX triplet: 05, 0C and 62. RGB value is (5,12,98). Sum of RGB (Red+Green+Blue) = 5+12+98=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 98 (38.67% from 255 or 85.22% from 115); Max value from RGB is 98 - color contains mainly: blue. Hex color #050C62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C62 is #FAF39D. Grayscale: #131313. Windows color (decimal): -16446366 or 6425605. OLE color: 6425605.

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

Color convert

RGB 5 12 98 -
CMYK 0.95 0.88 0 0.62
HSL 235.48º 0.9% 0.2% -
HSV(B) 235.48º 0.95% 0.38% -
XYZ 2.4 1.18 11.66 -
YUV 19.71 172.18 117.51 -
System Red Green Blue C M Y K H S L
Decimal 5 12 98 0.95 0.88 0 0.62 235.48 0.9 0.2
Hex 5 C 62 5F 58 0 3E EB 5A 14
Octal 5 14 142 137 130 0 76 353 132 24
Binary 101 1100 1100010 1011111 1011000 0 111110 11101011 1011010 10100

Color Harmonies of #050C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C62

Black with #050C62

Text Example


Text Example

White with #050C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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