Html Css Color HEX #0F163F Midnight Express

📋 copy color: '#0F163F'

red 15 ◦ green 22 ◦ blue 63

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

Shades of Midnight Express #0F163F

Tints of Midnight Express #0F163F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22%

 BLUE value IS 63 (25% from 255) = 63%

R = 15%
G = 22%
B = 63%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F163F (or 0x0F163F) is known color: Midnight Express. HEX triplet: 0F, 16 and 3F. RGB value is (15,22,63). Sum of RGB (Red+Green+Blue) = 15+22+63=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 63 (25% from 255 or 63% from 100); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F163F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F163F is #F0E9C0. Grayscale: #181818. Windows color (decimal): -15788481 or 4134415. OLE color: 4134415.

HSL color Cylindrical-coordinate representation of color #0F163F: hue angle of 231.25º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F163F is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 22 63 -
CMYK 0.76 0.65 0 0.75
HSL 231.25º 0.62% 0.15% -
HSV(B) 231.25º 0.76% 0.25% -
XYZ 1.38 1.03 4.83 -
YUV 24.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 15 22 63 0.76 0.65 0 0.75 231.25 0.62 0.15
Hex F 16 3F 4C 41 0 4B E7 3E F
Octal 17 26 77 114 101 0 113 347 76 17
Binary 1111 10110 111111 1001100 1000001 0 1001011 11100111 111110 1111

Color Harmonies of #0F163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F163F

Black with #0F163F

Text Example


Text Example

White with #0F163F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,22,63); }

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

background-color css

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

 a { background-color: rgb(15,22,63); }

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

border-color css

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

 span { border-color: rgb(15,22,63); }

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