Html Css Color HEX #000F2F Midnight Express

📋 copy color: '#000F2F'

red 0 ◦ green 15 ◦ blue 47

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

Shades of Midnight Express #000F2F

Tints of Midnight Express #000F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 75.81%

R = 0%
G = 24.19%
B = 75.81%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#000F2F (or 0x000F2F) is known color: Midnight Express. HEX triplet: 00, 0F and 2F. RGB value is (0,15,47). Sum of RGB (Red+Green+Blue) = 0+15+47=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 47 (18.75% from 255 or 75.81% from 62); Max value from RGB is 47 - color contains mainly: blue. Hex color #000F2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F2F is #FFF0D0. Grayscale: #0E0E0E. Windows color (decimal): -16773329 or 3084032. OLE color: 3084032.

HSL color Cylindrical-coordinate representation of color #000F2F: hue angle of 220.85º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F2F is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 15 47 -
CMYK 1 0.68 0 0.82
HSL 220.85º 1% 0.09% -
HSV(B) 220.85º 1% 0.18% -
XYZ 0.68 0.55 2.76 -
YUV 14.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 0 15 47 1 0.68 0 0.82 220.85 1 0.09
Hex 0 F 2F 64 44 0 52 DD 64 9
Octal 0 17 57 144 104 0 122 335 144 11
Binary 0 1111 101111 1100100 1000100 0 1010010 11011101 1100100 1001

Color Harmonies of #000F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F2F

Black with #000F2F

Text Example


Text Example

White with #000F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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