Html Css Color HEX #0F164E Midnight Express

📋 copy color: '#0F164E'

red 15 ◦ green 22 ◦ blue 78

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

Shades of Midnight Express #0F164E

Tints of Midnight Express #0F164E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 67.83%

R = 13.04%
G = 19.13%
B = 67.83%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F164E (or 0x0F164E) is known color: Midnight Express. HEX triplet: 0F, 16 and 4E. RGB value is (15,22,78). Sum of RGB (Red+Green+Blue) = 15+22+78=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 78 (30.86% from 255 or 67.83% from 115); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F164E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F164E is #F0E9B1. Grayscale: #1A1A1A. Windows color (decimal): -15788466 or 5117455. OLE color: 5117455.

HSL color Cylindrical-coordinate representation of color #0F164E: hue angle of 233.33º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F164E is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 22 78 -
CMYK 0.81 0.72 0 0.69
HSL 233.33º 0.68% 0.18% -
HSV(B) 233.33º 0.81% 0.31% -
XYZ 1.86 1.23 7.35 -
YUV 26.29 157.18 119.95 -
System Red Green Blue C M Y K H S L
Decimal 15 22 78 0.81 0.72 0 0.69 233.33 0.68 0.18
Hex F 16 4E 51 48 0 45 E9 44 12
Octal 17 26 116 121 110 0 105 351 104 22
Binary 1111 10110 1001110 1010001 1001000 0 1000101 11101001 1000100 10010

Color Harmonies of #0F164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F164E

Black with #0F164E

Text Example


Text Example

White with #0F164E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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