Html Css Color HEX #001030 Midnight Express

📋 copy color: '#001030'

red 0 ◦ green 16 ◦ blue 48

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

Shades of Midnight Express #001030

Tints of Midnight Express #001030

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 48 (19.14% from 255) = 75%

R = 0%
G = 25%
B = 75%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#001030 (or 0x001030) is known color: Midnight Express. HEX triplet: 00, 10 and 30. RGB value is (0,16,48). Sum of RGB (Red+Green+Blue) = 0+16+48=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 48 (19.14% from 255 or 75% from 64); Max value from RGB is 48 - color contains mainly: blue. Hex color #001030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001030 is #FFEFCF. Grayscale: #0E0E0E. Windows color (decimal): -16773072 or 3149824. OLE color: 3149824.

HSL color Cylindrical-coordinate representation of color #001030: hue angle of 220º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001030 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 16 48 -
CMYK 1 0.67 0 0.81
HSL 220º 1% 0.09% -
HSV(B) 220º 1% 0.19% -
XYZ 0.72 0.58 2.87 -
YUV 14.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 0 16 48 1 0.67 0 0.81 220 1 0.09
Hex 0 10 30 64 43 0 51 DC 64 9
Octal 0 20 60 144 103 0 121 334 144 11
Binary 0 10000 110000 1100100 1000011 0 1010001 11011100 1100100 1001

Color Harmonies of #001030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001030

Black with #001030

Text Example


Text Example

White with #001030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001030; }

 p { color: rgb(0,16,48); }

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

background-color css

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

 a { background-color: rgb(0,16,48); }

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

border-color css

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

 span { border-color: rgb(0,16,48); }

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