Html Css Color HEX #01083A Midnight Express

📋 copy color: '#01083A'

red 1 ◦ green 8 ◦ blue 58

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

Shades of Midnight Express #01083A

Tints of Midnight Express #01083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.94%

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

R = 1.49%
G = 11.94%
B = 86.57%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01083A (or 0x01083A) is known color: Midnight Express. HEX triplet: 01, 08 and 3A. RGB value is (1,8,58). Sum of RGB (Red+Green+Blue) = 1+8+58=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 58 (23.05% from 255 or 86.57% from 67); Max value from RGB is 58 - color contains mainly: blue. Hex color #01083A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01083A is #FEF7C5. Grayscale: #0B0B0B. Windows color (decimal): -16709574 or 3803137. OLE color: 3803137.

HSL color Cylindrical-coordinate representation of color #01083A: hue angle of 232.63º 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 #01083A is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 8 58 -
CMYK 0.98 0.86 0 0.77
HSL 232.63º 0.97% 0.12% -
HSV(B) 232.63º 0.98% 0.23% -
XYZ 0.86 0.49 4.05 -
YUV 11.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 1 8 58 0.98 0.86 0 0.77 232.63 0.97 0.12
Hex 1 8 3A 62 56 0 4D E9 61 C
Octal 1 10 72 142 126 0 115 351 141 14
Binary 1 1000 111010 1100010 1010110 0 1001101 11101001 1100001 1100

Color Harmonies of #01083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01083A

Black with #01083A

Text Example


Text Example

White with #01083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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