Html Css Color HEX #0F1439 Midnight Express

📋 copy color: '#0F1439'

red 15 ◦ green 20 ◦ blue 57

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

Shades of Midnight Express #0F1439

Tints of Midnight Express #0F1439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.74%

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

R = 16.3%
G = 21.74%
B = 61.96%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0F1439 (or 0x0F1439) is known color: Midnight Express. HEX triplet: 0F, 14 and 39. RGB value is (15,20,57). Sum of RGB (Red+Green+Blue) = 15+20+57=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 57 (22.66% from 255 or 61.96% from 92); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F1439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1439 is #F0EBC6. Grayscale: #161616. Windows color (decimal): -15788999 or 3740687. OLE color: 3740687.

HSL color Cylindrical-coordinate representation of color #0F1439: hue angle of 232.86º 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 #0F1439 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 20 57 -
CMYK 0.74 0.65 0 0.78
HSL 232.86º 0.58% 0.14% -
HSV(B) 232.86º 0.74% 0.22% -
XYZ 1.19 0.9 3.98 -
YUV 22.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 15 20 57 0.74 0.65 0 0.78 232.86 0.58 0.14
Hex F 14 39 4A 41 0 4E E9 3A E
Octal 17 24 71 112 101 0 116 351 72 16
Binary 1111 10100 111001 1001010 1000001 0 1001110 11101001 111010 1110

Color Harmonies of #0F1439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1439

Black with #0F1439

Text Example


Text Example

White with #0F1439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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