Html Css Color HEX #000F2A Midnight Express

📋 copy color: '#000F2A'

red 0 ◦ green 15 ◦ blue 42

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

Shades of Midnight Express #000F2A

Tints of Midnight Express #000F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 73.68%

R = 0%
G = 26.32%
B = 73.68%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#000F2A (or 0x000F2A) is known color: Midnight Express. HEX triplet: 00, 0F and 2A. RGB value is (0,15,42). Sum of RGB (Red+Green+Blue) = 0+15+42=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 42 (16.80% from 255 or 73.68% from 57); Max value from RGB is 42 - color contains mainly: blue. Hex color #000F2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F2A is #FFF0D5. Grayscale: #0D0D0D. Windows color (decimal): -16773334 or 2756352. OLE color: 2756352.

HSL color Cylindrical-coordinate representation of color #000F2A: hue angle of 218.57º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F2A is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 15 42 -
CMYK 1 0.64 0 0.84
HSL 218.57º 1% 0.08% -
HSV(B) 218.57º 1% 0.16% -
XYZ 0.59 0.51 2.26 -
YUV 13.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 0 15 42 1 0.64 0 0.84 218.57 1 0.08
Hex 0 F 2A 64 40 0 54 DB 64 8
Octal 0 17 52 144 100 0 124 333 144 10
Binary 0 1111 101010 1100100 1000000 0 1010100 11011011 1100100 1000

Color Harmonies of #000F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F2A

Black with #000F2A

Text Example


Text Example

White with #000F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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