Html Css Color HEX #0F174F Midnight Express

📋 copy color: '#0F174F'

red 15 ◦ green 23 ◦ blue 79

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

Shades of Midnight Express #0F174F

Tints of Midnight Express #0F174F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 67.52%

R = 12.82%
G = 19.66%
B = 67.52%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F174F (or 0x0F174F) is known color: Midnight Express. HEX triplet: 0F, 17 and 4F. RGB value is (15,23,79). Sum of RGB (Red+Green+Blue) = 15+23+79=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F174F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F174F is #F0E8B0. Grayscale: #1A1A1A. Windows color (decimal): -15788209 or 5183247. OLE color: 5183247.

HSL color Cylindrical-coordinate representation of color #0F174F: hue angle of 232.5º 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 #0F174F is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 23 79 -
CMYK 0.81 0.71 0 0.69
HSL 232.5º 0.68% 0.18% -
HSV(B) 232.5º 0.81% 0.31% -
XYZ 1.91 1.28 7.54 -
YUV 26.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 15 23 79 0.81 0.71 0 0.69 232.5 0.68 0.18
Hex F 17 4F 51 47 0 45 E8 44 12
Octal 17 27 117 121 107 0 105 350 104 22
Binary 1111 10111 1001111 1010001 1000111 0 1000101 11101000 1000100 10010

Color Harmonies of #0F174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F174F

Black with #0F174F

Text Example


Text Example

White with #0F174F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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