Html Css Color HEX #01083E Midnight Express

📋 copy color: '#01083E'

red 1 ◦ green 8 ◦ blue 62

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

Shades of Midnight Express #01083E

Tints of Midnight Express #01083E

RGB

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

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

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

R = 1.41%
G = 11.27%
B = 87.32%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01083E (or 0x01083E) is known color: Midnight Express. HEX triplet: 01, 08 and 3E. RGB value is (1,8,62). Sum of RGB (Red+Green+Blue) = 1+8+62=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 62 (24.61% from 255 or 87.32% from 71); Max value from RGB is 62 - color contains mainly: blue. Hex color #01083E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01083E is #FEF7C1. Grayscale: #0B0B0B. Windows color (decimal): -16709570 or 4065281. OLE color: 4065281.

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

Color convert

RGB 1 8 62 -
CMYK 0.98 0.87 0 0.76
HSL 233.11º 0.97% 0.12% -
HSV(B) 233.11º 0.98% 0.24% -
XYZ 0.97 0.53 4.61 -
YUV 12.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 1 8 62 0.98 0.87 0 0.76 233.11 0.97 0.12
Hex 1 8 3E 62 57 0 4C E9 61 C
Octal 1 10 76 142 127 0 114 351 141 14
Binary 1 1000 111110 1100010 1010111 0 1001100 11101001 1100001 1100

Color Harmonies of #01083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01083E

Black with #01083E

Text Example


Text Example

White with #01083E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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