Html Css Color HEX #0F173A Midnight Express

📋 copy color: '#0F173A'

red 15 ◦ green 23 ◦ blue 58

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

Shades of Midnight Express #0F173A

Tints of Midnight Express #0F173A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 60.42%

R = 15.63%
G = 23.96%
B = 60.42%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0F173A (or 0x0F173A) is known color: Midnight Express. HEX triplet: 0F, 17 and 3A. RGB value is (15,23,58). Sum of RGB (Red+Green+Blue) = 15+23+58=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 58 (23.05% from 255 or 60.42% from 96); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F173A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F173A is #F0E8C5. Grayscale: #181818. Windows color (decimal): -15788230 or 3806991. OLE color: 3806991.

HSL color Cylindrical-coordinate representation of color #0F173A: hue angle of 228.84º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F173A is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 15 23 58 -
CMYK 0.74 0.60 0 0.77
HSL 228.84º 0.59% 0.14% -
HSV(B) 228.84º 0.74% 0.23% -
XYZ 1.27 1.02 4.13 -
YUV 24.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 15 23 58 0.74 0.60 0 0.77 228.84 0.59 0.14
Hex F 17 3A 4A 3C 0 4D E5 3B E
Octal 17 27 72 112 74 0 115 345 73 16
Binary 1111 10111 111010 1001010 111100 0 1001101 11100101 111011 1110

Color Harmonies of #0F173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F173A

Black with #0F173A

Text Example


Text Example

White with #0F173A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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