Html Css Color HEX #00013A Midnight Express

📋 copy color: '#00013A'

red 0 ◦ green 1 ◦ blue 58

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

Shades of Midnight Express #00013A

Tints of Midnight Express #00013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.69%

 BLUE value IS 58 (23.05% from 255) = 98.31%

R = 0%
G = 1.69%
B = 98.31%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#00013A (or 0x00013A) is known color: Midnight Express. HEX triplet: 00, 01 and 3A. RGB value is (0,1,58). Sum of RGB (Red+Green+Blue) = 0+1+58=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 58 (23.05% from 255 or 98.31% from 59); Max value from RGB is 58 - color contains mainly: blue. Hex color #00013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00013A is #FFFEC5. Grayscale: #060606. Windows color (decimal): -16776902 or 3801344. OLE color: 3801344.

HSL color Cylindrical-coordinate representation of color #00013A: hue angle of 238.97º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00013A is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 1 58 -
CMYK 1 0.98 0 0.77
HSL 238.97º 1% 0.11% -
HSV(B) 238.97º 1% 0.23% -
XYZ 0.77 0.33 4.03 -
YUV 7.2 156.67 122.87 -
System Red Green Blue C M Y K H S L
Decimal 0 1 58 1 0.98 0 0.77 238.97 1 0.11
Hex 0 1 3A 64 62 0 4D EF 64 B
Octal 0 1 72 144 142 0 115 357 144 13
Binary 0 1 111010 1100100 1100010 0 1001101 11101111 1100100 1011

Color Harmonies of #00013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00013A

Black with #00013A

Text Example


Text Example

White with #00013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00013A; }

 p { color: rgb(0,1,58); }

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

background-color css

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

 a { background-color: rgb(0,1,58); }

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

border-color css

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

 span { border-color: rgb(0,1,58); }

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