Html Css Color HEX #001038 Midnight Express

📋 copy color: '#001038'

red 0 ◦ green 16 ◦ blue 56

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

Shades of Midnight Express #001038

Tints of Midnight Express #001038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 77.78%

R = 0%
G = 22.22%
B = 77.78%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#001038 (or 0x001038) is known color: Midnight Express. HEX triplet: 00, 10 and 38. RGB value is (0,16,56). Sum of RGB (Red+Green+Blue) = 0+16+56=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 56 (22.27% from 255 or 77.78% from 72); Max value from RGB is 56 - color contains mainly: blue. Hex color #001038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001038 is #FFEFC7. Grayscale: #0F0F0F. Windows color (decimal): -16773064 or 3674112. OLE color: 3674112.

HSL color Cylindrical-coordinate representation of color #001038: hue angle of 222.86º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001038 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 16 56 -
CMYK 1 0.71 0 0.78
HSL 222.86º 1% 0.11% -
HSV(B) 222.86º 1% 0.22% -
XYZ 0.9 0.66 3.82 -
YUV 15.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 0 16 56 1 0.71 0 0.78 222.86 1 0.11
Hex 0 10 38 64 47 0 4E DF 64 B
Octal 0 20 70 144 107 0 116 337 144 13
Binary 0 10000 111000 1100100 1000111 0 1001110 11011111 1100100 1011

Color Harmonies of #001038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001038

Black with #001038

Text Example


Text Example

White with #001038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001038; }

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

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

background-color css

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

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

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

border-color css

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

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

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