Html Css Color HEX #0F0D3D Midnight Express

📋 copy color: '#0F0D3D'

red 15 ◦ green 13 ◦ blue 61

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

Shades of Midnight Express #0F0D3D

Tints of Midnight Express #0F0D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 68.54%

R = 16.85%
G = 14.61%
B = 68.54%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0F0D3D (or 0x0F0D3D) is known color: Midnight Express. HEX triplet: 0F, 0D and 3D. RGB value is (15,13,61). Sum of RGB (Red+Green+Blue) = 15+13+61=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 13 (5.47% from 255 or 14.61% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F0D3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0D3D is #F0F2C2. Grayscale: #121212. Windows color (decimal): -15790787 or 4001039. OLE color: 4001039.

HSL color Cylindrical-coordinate representation of color #0F0D3D: hue angle of 242.5º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F0D3D is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 15 13 61 -
CMYK 0.75 0.79 0 0.76
HSL 242.5º 0.65% 0.15% -
HSV(B) 242.5º 0.79% 0.24% -
XYZ 1.18 0.73 4.49 -
YUV 19.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 15 13 61 0.75 0.79 0 0.76 242.5 0.65 0.15
Hex F D 3D 4B 4F 0 4C F2 41 F
Octal 17 15 75 113 117 0 114 362 101 17
Binary 1111 1101 111101 1001011 1001111 0 1001100 11110010 1000001 1111

Color Harmonies of #0F0D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0D3D

Black with #0F0D3D

Text Example


Text Example

White with #0F0D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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