Html Css Color HEX #0F0D40 Midnight Express

📋 copy color: '#0F0D40'

red 15 ◦ green 13 ◦ blue 64

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

Shades of Midnight Express #0F0D40

Tints of Midnight Express #0F0D40

RGB

 RED value IS 15 (6.25% from 255) = 16.3%

 GREEN value IS 13 (5.47% from 255) = 14.13%

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

R = 16.3%
G = 14.13%
B = 69.57%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F0D40 (or 0x0F0D40) is known color: Midnight Express. HEX triplet: 0F, 0D and 40. RGB value is (15,13,64). Sum of RGB (Red+Green+Blue) = 15+13+64=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 64 (25.39% from 255 or 69.57% from 92); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F0D40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0D40 is #F0F2BF. Grayscale: #131313. Windows color (decimal): -15790784 or 4197647. OLE color: 4197647.

HSL color Cylindrical-coordinate representation of color #0F0D40: hue angle of 242.35º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F0D40 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 13 64 -
CMYK 0.77 0.80 0 0.75
HSL 242.35º 0.66% 0.15% -
HSV(B) 242.35º 0.8% 0.25% -
XYZ 1.27 0.76 4.93 -
YUV 19.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 15 13 64 0.77 0.80 0 0.75 242.35 0.66 0.15
Hex F D 40 4D 50 0 4B F2 42 F
Octal 17 15 100 115 120 0 113 362 102 17
Binary 1111 1101 1000000 1001101 1010000 0 1001011 11110010 1000010 1111

Color Harmonies of #0F0D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0D40

Black with #0F0D40

Text Example


Text Example

White with #0F0D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F0D40; }

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

 H1.HeaderClassName
 {
   color: #0F0D40;
 }
 .AnyTagClassName
 {
   color: #0F0D40;
 }
</style>

background-color css

<style>
 a { background-color: #0F0D40; }

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

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

border-color css

<style>
 span { border-color: #0F0D40; }

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

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