Html Css Color HEX #0F1142 Midnight Express

📋 copy color: '#0F1142'

red 15 ◦ green 17 ◦ blue 66

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

Shades of Midnight Express #0F1142

Tints of Midnight Express #0F1142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.35%

 BLUE value IS 66 (26.17% from 255) = 67.35%

R = 15.31%
G = 17.35%
B = 67.35%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#0F1142 (or 0x0F1142) is known color: Midnight Express. HEX triplet: 0F, 11 and 42. RGB value is (15,17,66). Sum of RGB (Red+Green+Blue) = 15+17+66=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 66 (26.17% from 255 or 67.35% from 98); Max value from RGB is 66 - color contains mainly: blue. Hex color #0F1142 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1142 is #F0EEBD. Grayscale: #151515. Windows color (decimal): -15789758 or 4329743. OLE color: 4329743.

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

Color convert

RGB 15 17 66 -
CMYK 0.77 0.74 0 0.74
HSL 237.65º 0.63% 0.16% -
HSV(B) 237.65º 0.77% 0.26% -
XYZ 1.38 0.9 5.25 -
YUV 21.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 15 17 66 0.77 0.74 0 0.74 237.65 0.63 0.16
Hex F 11 42 4D 4A 0 4A EE 3F 10
Octal 17 21 102 115 112 0 112 356 77 20
Binary 1111 10001 1000010 1001101 1001010 0 1001010 11101110 111111 10000

Color Harmonies of #0F1142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1142

Black with #0F1142

Text Example


Text Example

White with #0F1142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,17,66); }

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

background-color css

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

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

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

border-color css

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

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

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