Html Css Color HEX #05033E Midnight Express

📋 copy color: '#05033E'

red 5 ◦ green 3 ◦ blue 62

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

Shades of Midnight Express #05033E

Tints of Midnight Express #05033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.29%

 BLUE value IS 62 (24.61% from 255) = 88.57%

R = 7.14%
G = 4.29%
B = 88.57%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#05033E (or 0x05033E) is known color: Midnight Express. HEX triplet: 05, 03 and 3E. RGB value is (5,3,62). Sum of RGB (Red+Green+Blue) = 5+3+62=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 62 (24.61% from 255 or 88.57% from 70); Max value from RGB is 62 - color contains mainly: blue. Hex color #05033E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05033E is #FAFCC1. Grayscale: #0A0A0A. Windows color (decimal): -16448706 or 4064005. OLE color: 4064005.

HSL color Cylindrical-coordinate representation of color #05033E: hue angle of 242.03º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05033E is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 3 62 -
CMYK 0.92 0.95 0 0.76
HSL 242.03º 0.91% 0.13% -
HSV(B) 242.03º 0.95% 0.24% -
XYZ 0.96 0.45 4.59 -
YUV 10.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 5 3 62 0.92 0.95 0 0.76 242.03 0.91 0.13
Hex 5 3 3E 5C 5F 0 4C F2 5B D
Octal 5 3 76 134 137 0 114 362 133 15
Binary 101 11 111110 1011100 1011111 0 1001100 11110010 1011011 1101

Color Harmonies of #05033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05033E

Black with #05033E

Text Example


Text Example

White with #05033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05033E; }

 p { color: rgb(5,3,62); }

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

background-color css

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

 a { background-color: rgb(5,3,62); }

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

border-color css

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

 span { border-color: rgb(5,3,62); }

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