Html Css Color HEX #051230 Midnight Express

📋 copy color: '#051230'

red 5 ◦ green 18 ◦ blue 48

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

Shades of Midnight Express #051230

Tints of Midnight Express #051230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 67.61%

R = 7.04%
G = 25.35%
B = 67.61%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#051230 (or 0x051230) is known color: Midnight Express. HEX triplet: 05, 12 and 30. RGB value is (5,18,48). Sum of RGB (Red+Green+Blue) = 5+18+48=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 48 (19.14% from 255 or 67.61% from 71); Max value from RGB is 48 - color contains mainly: blue. Hex color #051230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051230 is #FAEDCF. Grayscale: #111111. Windows color (decimal): -16444880 or 3150341. OLE color: 3150341.

HSL color Cylindrical-coordinate representation of color #051230: hue angle of 221.86º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051230 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 18 48 -
CMYK 0.90 0.63 0 0.81
HSL 221.86º 0.81% 0.1% -
HSV(B) 221.86º 0.9% 0.19% -
XYZ 0.81 0.68 2.88 -
YUV 17.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 5 18 48 0.90 0.63 0 0.81 221.86 0.81 0.1
Hex 5 12 30 5A 3F 0 51 DE 51 A
Octal 5 22 60 132 77 0 121 336 121 12
Binary 101 10010 110000 1011010 111111 0 1010001 11011110 1010001 1010

Color Harmonies of #051230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051230

Black with #051230

Text Example


Text Example

White with #051230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051230; }

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

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

background-color css

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

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

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

border-color css

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

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

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