Html Css Color HEX #01102B Midnight Express

📋 copy color: '#01102B'

red 1 ◦ green 16 ◦ blue 43

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

Shades of Midnight Express #01102B

Tints of Midnight Express #01102B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 71.67%

R = 1.67%
G = 26.67%
B = 71.67%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#01102B (or 0x01102B) is known color: Midnight Express. HEX triplet: 01, 10 and 2B. RGB value is (1,16,43). Sum of RGB (Red+Green+Blue) = 1+16+43=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 43 (17.19% from 255 or 71.67% from 60); Max value from RGB is 43 - color contains mainly: blue. Hex color #01102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01102B is #FEEFD4. Grayscale: #0E0E0E. Windows color (decimal): -16707541 or 2822145. OLE color: 2822145.

HSL color Cylindrical-coordinate representation of color #01102B: hue angle of 218.57º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01102B is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 1 16 43 -
CMYK 0.98 0.63 0 0.83
HSL 218.57º 0.95% 0.09% -
HSV(B) 218.57º 0.98% 0.17% -
XYZ 0.63 0.55 2.36 -
YUV 14.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 1 16 43 0.98 0.63 0 0.83 218.57 0.95 0.09
Hex 1 10 2B 62 3F 0 53 DB 5F 9
Octal 1 20 53 142 77 0 123 333 137 11
Binary 1 10000 101011 1100010 111111 0 1010011 11011011 1011111 1001

Color Harmonies of #01102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01102B

Black with #01102B

Text Example


Text Example

White with #01102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01102B; }

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

 H1.HeaderClassName
 {
   color: #01102B;
 }
 .AnyTagClassName
 {
   color: #01102B;
 }
</style>

background-color css

<style>
 a { background-color: #01102B; }

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

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

border-color css

<style>
 span { border-color: #01102B; }

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

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