Html Css Color HEX #05102B Midnight Express

📋 copy color: '#05102B'

red 5 ◦ green 16 ◦ blue 43

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

Shades of Midnight Express #05102B

Tints of Midnight Express #05102B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 25%

 BLUE value IS 43 (17.19% from 255) = 67.19%

R = 7.81%
G = 25%
B = 67.19%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#05102B (or 0x05102B) is known color: Midnight Express. HEX triplet: 05, 10 and 2B. RGB value is (5,16,43). Sum of RGB (Red+Green+Blue) = 5+16+43=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 43 (17.19% from 255 or 67.19% from 64); Max value from RGB is 43 - color contains mainly: blue. Hex color #05102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05102B is #FAEFD4. Grayscale: #0F0F0F. Windows color (decimal): -16445397 or 2822149. OLE color: 2822149.

HSL color Cylindrical-coordinate representation of color #05102B: hue angle of 222.63º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05102B is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 5 16 43 -
CMYK 0.88 0.63 0 0.83
HSL 222.63º 0.79% 0.09% -
HSV(B) 222.63º 0.88% 0.17% -
XYZ 0.68 0.58 2.36 -
YUV 15.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 5 16 43 0.88 0.63 0 0.83 222.63 0.79 0.09
Hex 5 10 2B 58 3F 0 53 DF 4F 9
Octal 5 20 53 130 77 0 123 337 117 11
Binary 101 10000 101011 1011000 111111 0 1010011 11011111 1001111 1001

Color Harmonies of #05102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05102B

Black with #05102B

Text Example


Text Example

White with #05102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05102B; }

 p { color: rgb(5,16,43); }

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

background-color css

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

 a { background-color: rgb(5,16,43); }

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

border-color css

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

 span { border-color: rgb(5,16,43); }

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