Html Css Color HEX #0F1239 Midnight Express

📋 copy color: '#0F1239'

red 15 ◦ green 18 ◦ blue 57

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

Shades of Midnight Express #0F1239

Tints of Midnight Express #0F1239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 63.33%

R = 16.67%
G = 20%
B = 63.33%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0F1239 (or 0x0F1239) is known color: Midnight Express. HEX triplet: 0F, 12 and 39. RGB value is (15,18,57). Sum of RGB (Red+Green+Blue) = 15+18+57=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 57 (22.66% from 255 or 63.33% from 90); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F1239 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1239 is #F0EDC6. Grayscale: #151515. Windows color (decimal): -15789511 or 3740175. OLE color: 3740175.

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

Color convert

RGB 15 18 57 -
CMYK 0.74 0.68 0 0.78
HSL 235.71º 0.58% 0.14% -
HSV(B) 235.71º 0.74% 0.22% -
XYZ 1.15 0.83 3.97 -
YUV 21.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 15 18 57 0.74 0.68 0 0.78 235.71 0.58 0.14
Hex F 12 39 4A 44 0 4E EC 3A E
Octal 17 22 71 112 104 0 116 354 72 16
Binary 1111 10010 111001 1001010 1000100 0 1001110 11101100 111010 1110

Color Harmonies of #0F1239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1239

Black with #0F1239

Text Example


Text Example

White with #0F1239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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