Html Css Color HEX #01083C Midnight Express

📋 copy color: '#01083C'

red 1 ◦ green 8 ◦ blue 60

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

Shades of Midnight Express #01083C

Tints of Midnight Express #01083C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 86.96%

R = 1.45%
G = 11.59%
B = 86.96%

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

#01083C (or 0x01083C) is known color: Midnight Express. HEX triplet: 01, 08 and 3C. RGB value is (1,8,60). Sum of RGB (Red+Green+Blue) = 1+8+60=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 60 (23.83% from 255 or 86.96% from 69); Max value from RGB is 60 - color contains mainly: blue. Hex color #01083C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01083C is #FEF7C3. Grayscale: #0B0B0B. Windows color (decimal): -16709572 or 3934209. OLE color: 3934209.

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

Color convert

RGB 1 8 60 -
CMYK 0.98 0.87 0 0.76
HSL 232.88º 0.97% 0.12% -
HSV(B) 232.88º 0.98% 0.24% -
XYZ 0.91 0.51 4.32 -
YUV 11.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 1 8 60 0.98 0.87 0 0.76 232.88 0.97 0.12
Hex 1 8 3C 62 57 0 4C E9 61 C
Octal 1 10 74 142 127 0 114 351 141 14
Binary 1 1000 111100 1100010 1010111 0 1001100 11101001 1100001 1100

Color Harmonies of #01083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01083C

Black with #01083C

Text Example


Text Example

White with #01083C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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