Html Css Color HEX #000F45 Midnight Express

📋 copy color: '#000F45'

red 0 ◦ green 15 ◦ blue 69

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

Shades of Midnight Express #000F45

Tints of Midnight Express #000F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 82.14%

R = 0%
G = 17.86%
B = 82.14%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#000F45 (or 0x000F45) is known color: Midnight Express. HEX triplet: 00, 0F and 45. RGB value is (0,15,69). Sum of RGB (Red+Green+Blue) = 0+15+69=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 69 (27.34% from 255 or 82.14% from 84); Max value from RGB is 69 - color contains mainly: blue. Hex color #000F45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F45 is #FFF0BA. Grayscale: #101010. Windows color (decimal): -16773307 or 4525824. OLE color: 4525824.

HSL color Cylindrical-coordinate representation of color #000F45: hue angle of 226.96º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F45 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 15 69 -
CMYK 1 0.78 0 0.73
HSL 226.96º 1% 0.14% -
HSV(B) 226.96º 1% 0.27% -
XYZ 1.25 0.77 5.71 -
YUV 16.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 0 15 69 1 0.78 0 0.73 226.96 1 0.14
Hex 0 F 45 64 4E 0 49 E3 64 E
Octal 0 17 105 144 116 0 111 343 144 16
Binary 0 1111 1000101 1100100 1001110 0 1001001 11100011 1100100 1110

Color Harmonies of #000F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F45

Black with #000F45

Text Example


Text Example

White with #000F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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