Html Css Color HEX #0F1237 Midnight Express

📋 copy color: '#0F1237'

red 15 ◦ green 18 ◦ blue 55

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

Shades of Midnight Express #0F1237

Tints of Midnight Express #0F1237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.45%

 BLUE value IS 55 (21.88% from 255) = 62.5%

R = 17.05%
G = 20.45%
B = 62.5%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0F1237 (or 0x0F1237) is known color: Midnight Express. HEX triplet: 0F, 12 and 37. RGB value is (15,18,55). Sum of RGB (Red+Green+Blue) = 15+18+55=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 55 (21.88% from 255 or 62.5% from 88); Max value from RGB is 55 - color contains mainly: blue. Hex color #0F1237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1237 is #F0EDC8. Grayscale: #151515. Windows color (decimal): -15789513 or 3609103. OLE color: 3609103.

HSL color Cylindrical-coordinate representation of color #0F1237: hue angle of 235.5º degrees, saturation: 0.57, 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 #0F1237 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 18 55 -
CMYK 0.73 0.67 0 0.78
HSL 235.5º 0.57% 0.14% -
HSV(B) 235.5º 0.73% 0.22% -
XYZ 1.1 0.81 3.71 -
YUV 21.32 147.01 123.49 -
System Red Green Blue C M Y K H S L
Decimal 15 18 55 0.73 0.67 0 0.78 235.5 0.57 0.14
Hex F 12 37 49 43 0 4E EC 39 E
Octal 17 22 67 111 103 0 116 354 71 16
Binary 1111 10010 110111 1001001 1000011 0 1001110 11101100 111001 1110

Color Harmonies of #0F1237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1237

Black with #0F1237

Text Example


Text Example

White with #0F1237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,18,55); }

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

background-color css

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

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

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

border-color css

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

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

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