Html Css Color HEX #000F40 Midnight Express

📋 copy color: '#000F40'

red 0 ◦ green 15 ◦ blue 64

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

Shades of Midnight Express #000F40

Tints of Midnight Express #000F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.99%

 BLUE value IS 64 (25.39% from 255) = 81.01%

R = 0%
G = 18.99%
B = 81.01%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#000F40 (or 0x000F40) is known color: Midnight Express. HEX triplet: 00, 0F and 40. RGB value is (0,15,64). Sum of RGB (Red+Green+Blue) = 0+15+64=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 64 (25.39% from 255 or 81.01% from 79); Max value from RGB is 64 - color contains mainly: blue. Hex color #000F40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F40 is #FFF0BF. Grayscale: #0F0F0F. Windows color (decimal): -16773312 or 4198144. OLE color: 4198144.

HSL color Cylindrical-coordinate representation of color #000F40: hue angle of 225.94º 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 #000F40 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 15 64 -
CMYK 1 0.77 0 0.75
HSL 225.94º 1% 0.13% -
HSV(B) 225.94º 1% 0.25% -
XYZ 1.1 0.71 4.93 -
YUV 16.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 0 15 64 1 0.77 0 0.75 225.94 1 0.13
Hex 0 F 40 64 4D 0 4B E2 64 D
Octal 0 17 100 144 115 0 113 342 144 15
Binary 0 1111 1000000 1100100 1001101 0 1001011 11100010 1100100 1101

Color Harmonies of #000F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F40

Black with #000F40

Text Example


Text Example

White with #000F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000F40; }

 p { color: rgb(0,15,64); }

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

background-color css

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

 a { background-color: rgb(0,15,64); }

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

border-color css

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

 span { border-color: rgb(0,15,64); }

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