Html Css Color HEX #001341 Midnight Express

📋 copy color: '#001341'

red 0 ◦ green 19 ◦ blue 65

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

Shades of Midnight Express #001341

Tints of Midnight Express #001341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.62%

 BLUE value IS 65 (25.78% from 255) = 77.38%

R = 0%
G = 22.62%
B = 77.38%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#001341 (or 0x001341) is known color: Midnight Express. HEX triplet: 00, 13 and 41. RGB value is (0,19,65). Sum of RGB (Red+Green+Blue) = 0+19+65=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 65 (25.78% from 255 or 77.38% from 84); Max value from RGB is 65 - color contains mainly: blue. Hex color #001341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001341 is #FFECBE. Grayscale: #121212. Windows color (decimal): -16772287 or 4264704. OLE color: 4264704.

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

Color convert

RGB 0 19 65 -
CMYK 1 0.71 0 0.75
HSL 222.46º 1% 0.13% -
HSV(B) 222.46º 1% 0.25% -
XYZ 1.19 0.85 5.1 -
YUV 18.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 0 19 65 1 0.71 0 0.75 222.46 1 0.13
Hex 0 13 41 64 47 0 4B DE 64 D
Octal 0 23 101 144 107 0 113 336 144 15
Binary 0 10011 1000001 1100100 1000111 0 1001011 11011110 1100100 1101

Color Harmonies of #001341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001341

Black with #001341

Text Example


Text Example

White with #001341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001341; }

 p { color: rgb(0,19,65); }

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

background-color css

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

 a { background-color: rgb(0,19,65); }

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

border-color css

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

 span { border-color: rgb(0,19,65); }

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