Html Css Color HEX #051235 Midnight Express

📋 copy color: '#051235'

red 5 ◦ green 18 ◦ blue 53

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

Shades of Midnight Express #051235

Tints of Midnight Express #051235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 69.74%

R = 6.58%
G = 23.68%
B = 69.74%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#051235 (or 0x051235) is known color: Midnight Express. HEX triplet: 05, 12 and 35. RGB value is (5,18,53). Sum of RGB (Red+Green+Blue) = 5+18+53=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #051235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051235 is #FAEDCA. Grayscale: #111111. Windows color (decimal): -16444875 or 3478021. OLE color: 3478021.

HSL color Cylindrical-coordinate representation of color #051235: hue angle of 223.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051235 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 18 53 -
CMYK 0.91 0.66 0 0.79
HSL 223.75º 0.83% 0.11% -
HSV(B) 223.75º 0.91% 0.21% -
XYZ 0.92 0.72 3.46 -
YUV 18.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 5 18 53 0.91 0.66 0 0.79 223.75 0.83 0.11
Hex 5 12 35 5B 42 0 4F E0 53 B
Octal 5 22 65 133 102 0 117 340 123 13
Binary 101 10010 110101 1011011 1000010 0 1001111 11100000 1010011 1011

Color Harmonies of #051235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051235

Black with #051235

Text Example


Text Example

White with #051235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051235; }

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

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

background-color css

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

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

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

border-color css

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

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

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