Html Css Color HEX #0F0F3D Midnight Express

📋 copy color: '#0F0F3D'

red 15 ◦ green 15 ◦ blue 61

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

Shades of Midnight Express #0F0F3D

Tints of Midnight Express #0F0F3D

RGB

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

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

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

R = 16.48%
G = 16.48%
B = 67.03%

CMYK

 C value IS 0.75

 M value IS 0.75

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0F0F3D (or 0x0F0F3D) is known color: Midnight Express. HEX triplet: 0F, 0F and 3D. RGB value is (15,15,61). Sum of RGB (Red+Green+Blue) = 15+15+61=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 61 (24.22% from 255 or 67.03% from 91); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F0F3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0F3D is #F0F0C2. Grayscale: #141414. Windows color (decimal): -15790275 or 4001551. OLE color: 4001551.

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

Color convert

RGB 15 15 61 -
CMYK 0.75 0.75 0 0.76
HSL 240º 0.61% 0.15% -
HSV(B) 240º 0.75% 0.24% -
XYZ 1.21 0.78 4.5 -
YUV 20.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 15 15 61 0.75 0.75 0 0.76 240 0.61 0.15
Hex F F 3D 4B 4B 0 4C F0 3D F
Octal 17 17 75 113 113 0 114 360 75 17
Binary 1111 1111 111101 1001011 1001011 0 1001100 11110000 111101 1111

Color Harmonies of #0F0F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0F3D

Black with #0F0F3D

Text Example


Text Example

White with #0F0F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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