Html Css Color HEX #01103C Midnight Express

📋 copy color: '#01103C'

red 1 ◦ green 16 ◦ blue 60

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

Shades of Midnight Express #01103C

Tints of Midnight Express #01103C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.78%

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

R = 1.3%
G = 20.78%
B = 77.92%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01103C (or 0x01103C) is known color: Midnight Express. HEX triplet: 01, 10 and 3C. RGB value is (1,16,60). Sum of RGB (Red+Green+Blue) = 1+16+60=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 60 (23.83% from 255 or 77.92% from 77); Max value from RGB is 60 - color contains mainly: blue. Hex color #01103C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01103C is #FEEFC3. Grayscale: #101010. Windows color (decimal): -16707524 or 3936257. OLE color: 3936257.

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

Color convert

RGB 1 16 60 -
CMYK 0.98 0.73 0 0.76
HSL 224.75º 0.97% 0.12% -
HSV(B) 224.75º 0.98% 0.24% -
XYZ 1.01 0.7 4.36 -
YUV 16.53 152.53 116.92 -
System Red Green Blue C M Y K H S L
Decimal 1 16 60 0.98 0.73 0 0.76 224.75 0.97 0.12
Hex 1 10 3C 62 49 0 4C E1 61 C
Octal 1 20 74 142 111 0 114 341 141 14
Binary 1 10000 111100 1100010 1001001 0 1001100 11100001 1100001 1100

Color Harmonies of #01103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01103C

Black with #01103C

Text Example


Text Example

White with #01103C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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