Html Css Color HEX #0F1138 Midnight Express

📋 copy color: '#0F1138'

red 15 ◦ green 17 ◦ blue 56

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

Shades of Midnight Express #0F1138

Tints of Midnight Express #0F1138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 63.64%

R = 17.05%
G = 19.32%
B = 63.64%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0F1138 (or 0x0F1138) is known color: Midnight Express. HEX triplet: 0F, 11 and 38. RGB value is (15,17,56). Sum of RGB (Red+Green+Blue) = 15+17+56=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #0F1138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1138 is #F0EEC7. Grayscale: #141414. Windows color (decimal): -15789768 or 3674383. OLE color: 3674383.

HSL color Cylindrical-coordinate representation of color #0F1138: hue angle of 237.07º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F1138 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 17 56 -
CMYK 0.73 0.70 0 0.78
HSL 237.07º 0.58% 0.14% -
HSV(B) 237.07º 0.73% 0.22% -
XYZ 1.11 0.79 3.83 -
YUV 20.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 15 17 56 0.73 0.70 0 0.78 237.07 0.58 0.14
Hex F 11 38 49 46 0 4E ED 3A E
Octal 17 21 70 111 106 0 116 355 72 16
Binary 1111 10001 111000 1001001 1000110 0 1001110 11101101 111010 1110

Color Harmonies of #0F1138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1138

Black with #0F1138

Text Example


Text Example

White with #0F1138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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