Html Css Color HEX #0F173F Midnight Express

📋 copy color: '#0F173F'

red 15 ◦ green 23 ◦ blue 63

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

Shades of Midnight Express #0F173F

Tints of Midnight Express #0F173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.77%

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

R = 14.85%
G = 22.77%
B = 62.38%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F173F (or 0x0F173F) is known color: Midnight Express. HEX triplet: 0F, 17 and 3F. RGB value is (15,23,63). Sum of RGB (Red+Green+Blue) = 15+23+63=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F173F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F173F is #F0E8C0. Grayscale: #191919. Windows color (decimal): -15788225 or 4134671. OLE color: 4134671.

HSL color Cylindrical-coordinate representation of color #0F173F: hue angle of 230º 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 #0F173F is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 23 63 -
CMYK 0.76 0.63 0 0.75
HSL 230º 0.62% 0.15% -
HSV(B) 230º 0.76% 0.25% -
XYZ 1.4 1.07 4.84 -
YUV 25.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 15 23 63 0.76 0.63 0 0.75 230 0.62 0.15
Hex F 17 3F 4C 3F 0 4B E6 3E F
Octal 17 27 77 114 77 0 113 346 76 17
Binary 1111 10111 111111 1001100 111111 0 1001011 11100110 111110 1111

Color Harmonies of #0F173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F173F

Black with #0F173F

Text Example


Text Example

White with #0F173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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