Html Css Color HEX #0F0F41 Midnight Express

📋 copy color: '#0F0F41'

red 15 ◦ green 15 ◦ blue 65

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

Shades of Midnight Express #0F0F41

Tints of Midnight Express #0F0F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 68.42%

R = 15.79%
G = 15.79%
B = 68.42%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F0F41 (or 0x0F0F41) is known color: Midnight Express. HEX triplet: 0F, 0F and 41. RGB value is (15,15,65). Sum of RGB (Red+Green+Blue) = 15+15+65=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 65 (25.78% from 255 or 68.42% from 95); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F0F41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0F41 is #F0F0BE. Grayscale: #141414. Windows color (decimal): -15790271 or 4263695. OLE color: 4263695.

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

Color convert

RGB 15 15 65 -
CMYK 0.77 0.77 0 0.75
HSL 240º 0.63% 0.16% -
HSV(B) 240º 0.77% 0.25% -
XYZ 1.32 0.82 5.09 -
YUV 20.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 15 15 65 0.77 0.77 0 0.75 240 0.63 0.16
Hex F F 41 4D 4D 0 4B F0 3E 10
Octal 17 17 101 115 115 0 113 360 76 20
Binary 1111 1111 1000001 1001101 1001101 0 1001011 11110000 111110 10000

Color Harmonies of #0F0F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0F41

Black with #0F0F41

Text Example


Text Example

White with #0F0F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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