Html Css Color HEX #000F41 Midnight Express

📋 copy color: '#000F41'

red 0 ◦ green 15 ◦ blue 65

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

Shades of Midnight Express #000F41

Tints of Midnight Express #000F41

RGB

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

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

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

R = 0%
G = 18.75%
B = 81.25%

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

#000F41 (or 0x000F41) is known color: Midnight Express. HEX triplet: 00, 0F and 41. RGB value is (0,15,65). Sum of RGB (Red+Green+Blue) = 0+15+65=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 65 (25.78% from 255 or 81.25% from 80); Max value from RGB is 65 - color contains mainly: blue. Hex color #000F41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F41 is #FFF0BE. Grayscale: #101010. Windows color (decimal): -16773311 or 4263680. OLE color: 4263680.

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

Color convert

RGB 0 15 65 -
CMYK 1 0.77 0 0.75
HSL 226.15º 1% 0.13% -
HSV(B) 226.15º 1% 0.25% -
XYZ 1.12 0.72 5.08 -
YUV 16.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 0 15 65 1 0.77 0 0.75 226.15 1 0.13
Hex 0 F 41 64 4D 0 4B E2 64 D
Octal 0 17 101 144 115 0 113 342 144 15
Binary 0 1111 1000001 1100100 1001101 0 1001011 11100010 1100100 1101

Color Harmonies of #000F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F41

Black with #000F41

Text Example


Text Example

White with #000F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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