Html Css Color HEX #051274 Midnight Blue

📋 copy color: '#051274'

red 5 ◦ green 18 ◦ blue 116

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

Shades of Midnight Blue #051274

Tints of Midnight Blue #051274

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

 BLUE value IS 116 (45.7% from 255) = 83.45%

R = 3.6%
G = 12.95%
B = 83.45%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#051274 (or 0x051274) is known color: Midnight Blue. HEX triplet: 05, 12 and 74. RGB value is (5,18,116). Sum of RGB (Red+Green+Blue) = 5+18+116=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 116 (45.70% from 255 or 83.45% from 139); Max value from RGB is 116 - color contains mainly: blue. Hex color #051274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051274 is #FAED8B. Grayscale: #181818. Windows color (decimal): -16444812 or 7606789. OLE color: 7606789.

HSL color Cylindrical-coordinate representation of color #051274: hue angle of 232.97º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051274 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 18 116 -
CMYK 0.96 0.84 0 0.55
HSL 232.97º 0.92% 0.24% -
HSV(B) 232.97º 0.96% 0.45% -
XYZ 3.43 1.73 16.68 -
YUV 25.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 5 18 116 0.96 0.84 0 0.55 232.97 0.92 0.24
Hex 5 12 74 60 54 0 37 E9 5C 18
Octal 5 22 164 140 124 0 67 351 134 30
Binary 101 10010 1110100 1100000 1010100 0 110111 11101001 1011100 11000

Color Harmonies of #051274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051274

Black with #051274

Text Example


Text Example

White with #051274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051274; }

 p { color: rgb(5,18,116); }

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

background-color css

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

 a { background-color: rgb(5,18,116); }

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

border-color css

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

 span { border-color: rgb(5,18,116); }

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