Html Css Color HEX #01023E Midnight Express

📋 copy color: '#01023E'

red 1 ◦ green 2 ◦ blue 62

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

Shades of Midnight Express #01023E

Tints of Midnight Express #01023E

RGB

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

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

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

R = 1.54%
G = 3.08%
B = 95.38%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01023E (or 0x01023E) is known color: Midnight Express. HEX triplet: 01, 02 and 3E. RGB value is (1,2,62). Sum of RGB (Red+Green+Blue) = 1+2+62=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 62 (24.61% from 255 or 95.38% from 65); Max value from RGB is 62 - color contains mainly: blue. Hex color #01023E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01023E is #FEFDC1. Grayscale: #080808. Windows color (decimal): -16711106 or 4063745. OLE color: 4063745.

HSL color Cylindrical-coordinate representation of color #01023E: hue angle of 239.02º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01023E is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 2 62 -
CMYK 0.98 0.97 0 0.76
HSL 239.02º 0.97% 0.12% -
HSV(B) 239.02º 0.98% 0.24% -
XYZ 0.9 0.4 4.59 -
YUV 8.54 158.17 122.62 -
System Red Green Blue C M Y K H S L
Decimal 1 2 62 0.98 0.97 0 0.76 239.02 0.97 0.12
Hex 1 2 3E 62 61 0 4C EF 61 C
Octal 1 2 76 142 141 0 114 357 141 14
Binary 1 10 111110 1100010 1100001 0 1001100 11101111 1100001 1100

Color Harmonies of #01023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01023E

Black with #01023E

Text Example


Text Example

White with #01023E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,2,62); }

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

background-color css

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

 a { background-color: rgb(1,2,62); }

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

border-color css

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

 span { border-color: rgb(1,2,62); }

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