Html Css Color HEX #01023D Midnight Express

📋 copy color: '#01023D'

red 1 ◦ green 2 ◦ blue 61

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

Shades of Midnight Express #01023D

Tints of Midnight Express #01023D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 95.31%

R = 1.56%
G = 3.13%
B = 95.31%

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

#01023D (or 0x01023D) is known color: Midnight Express. HEX triplet: 01, 02 and 3D. RGB value is (1,2,61). Sum of RGB (Red+Green+Blue) = 1+2+61=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 61 (24.22% from 255 or 95.31% from 64); Max value from RGB is 61 - color contains mainly: blue. Hex color #01023D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01023D is #FEFDC2. Grayscale: #080808. Windows color (decimal): -16711107 or 3998209. OLE color: 3998209.

HSL color Cylindrical-coordinate representation of color #01023D: hue angle of 239º 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 #01023D is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 2 61 -
CMYK 0.98 0.97 0 0.76
HSL 239º 0.97% 0.12% -
HSV(B) 239º 0.98% 0.24% -
XYZ 0.88 0.39 4.44 -
YUV 8.43 157.67 122.7 -
System Red Green Blue C M Y K H S L
Decimal 1 2 61 0.98 0.97 0 0.76 239 0.97 0.12
Hex 1 2 3D 62 61 0 4C EF 61 C
Octal 1 2 75 142 141 0 114 357 141 14
Binary 1 10 111101 1100010 1100001 0 1001100 11101111 1100001 1100

Color Harmonies of #01023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01023D

Black with #01023D

Text Example


Text Example

White with #01023D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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