Html Css Color HEX #05023F Midnight Express

📋 copy color: '#05023F'

red 5 ◦ green 2 ◦ blue 63

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

Shades of Midnight Express #05023F

Tints of Midnight Express #05023F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.86%

 BLUE value IS 63 (25% from 255) = 90%

R = 7.14%
G = 2.86%
B = 90%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#05023F (or 0x05023F) is known color: Midnight Express. HEX triplet: 05, 02 and 3F. RGB value is (5,2,63). Sum of RGB (Red+Green+Blue) = 5+2+63=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 63 (25% from 255 or 90% from 70); Max value from RGB is 63 - color contains mainly: blue. Hex color #05023F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05023F is #FAFDC0. Grayscale: #090909. Windows color (decimal): -16448961 or 4129285. OLE color: 4129285.

HSL color Cylindrical-coordinate representation of color #05023F: hue angle of 242.95º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05023F is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 2 63 -
CMYK 0.92 0.97 0 0.75
HSL 242.95º 0.94% 0.13% -
HSV(B) 242.95º 0.97% 0.25% -
XYZ 0.98 0.43 4.73 -
YUV 9.85 157.99 124.54 -
System Red Green Blue C M Y K H S L
Decimal 5 2 63 0.92 0.97 0 0.75 242.95 0.94 0.13
Hex 5 2 3F 5C 61 0 4B F3 5E D
Octal 5 2 77 134 141 0 113 363 136 15
Binary 101 10 111111 1011100 1100001 0 1001011 11110011 1011110 1101

Color Harmonies of #05023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05023F

Black with #05023F

Text Example


Text Example

White with #05023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05023F; }

 p { color: rgb(5,2,63); }

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

background-color css

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

 a { background-color: rgb(5,2,63); }

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

border-color css

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

 span { border-color: rgb(5,2,63); }

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