Html Css Color HEX #01033A Midnight Express

📋 copy color: '#01033A'

red 1 ◦ green 3 ◦ blue 58

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

Shades of Midnight Express #01033A

Tints of Midnight Express #01033A

RGB

 RED value IS 1 (0.78% from 255) = 1.61%

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

 BLUE value IS 58 (23.05% from 255) = 93.55%

R = 1.61%
G = 4.84%
B = 93.55%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01033A (or 0x01033A) is known color: Midnight Express. HEX triplet: 01, 03 and 3A. RGB value is (1,3,58). Sum of RGB (Red+Green+Blue) = 1+3+58=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 58 (23.05% from 255 or 93.55% from 62); Max value from RGB is 58 - color contains mainly: blue. Hex color #01033A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01033A is #FEFCC5. Grayscale: #080808. Windows color (decimal): -16710854 or 3801857. OLE color: 3801857.

HSL color Cylindrical-coordinate representation of color #01033A: hue angle of 237.89º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01033A is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 3 58 -
CMYK 0.98 0.95 0 0.77
HSL 237.89º 0.97% 0.12% -
HSV(B) 237.89º 0.98% 0.23% -
XYZ 0.81 0.38 4.03 -
YUV 8.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 1 3 58 0.98 0.95 0 0.77 237.89 0.97 0.12
Hex 1 3 3A 62 5F 0 4D EE 61 C
Octal 1 3 72 142 137 0 115 356 141 14
Binary 1 11 111010 1100010 1011111 0 1001101 11101110 1100001 1100

Color Harmonies of #01033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01033A

Black with #01033A

Text Example


Text Example

White with #01033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01033A; }

 p { color: rgb(1,3,58); }

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

background-color css

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

 a { background-color: rgb(1,3,58); }

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

border-color css

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

 span { border-color: rgb(1,3,58); }

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