Html Css Color HEX #0F163D Midnight Express

📋 copy color: '#0F163D'

red 15 ◦ green 22 ◦ blue 61

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

Shades of Midnight Express #0F163D

Tints of Midnight Express #0F163D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 62.24%

R = 15.31%
G = 22.45%
B = 62.24%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0F163D (or 0x0F163D) is known color: Midnight Express. HEX triplet: 0F, 16 and 3D. RGB value is (15,22,61). Sum of RGB (Red+Green+Blue) = 15+22+61=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F163D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F163D is #F0E9C2. Grayscale: #181818. Windows color (decimal): -15788483 or 4003343. OLE color: 4003343.

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

Color convert

RGB 15 22 61 -
CMYK 0.75 0.64 0 0.76
HSL 230.87º 0.61% 0.15% -
HSV(B) 230.87º 0.75% 0.24% -
XYZ 1.33 1.01 4.54 -
YUV 24.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 15 22 61 0.75 0.64 0 0.76 230.87 0.61 0.15
Hex F 16 3D 4B 40 0 4C E7 3D F
Octal 17 26 75 113 100 0 114 347 75 17
Binary 1111 10110 111101 1001011 1000000 0 1001100 11100111 111101 1111

Color Harmonies of #0F163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F163D

Black with #0F163D

Text Example


Text Example

White with #0F163D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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