Html Css Color HEX #0F183B Midnight Express

📋 copy color: '#0F183B'

red 15 ◦ green 24 ◦ blue 59

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

Shades of Midnight Express #0F183B

Tints of Midnight Express #0F183B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.49%

 BLUE value IS 59 (23.44% from 255) = 60.2%

R = 15.31%
G = 24.49%
B = 60.2%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0F183B (or 0x0F183B) is known color: Midnight Express. HEX triplet: 0F, 18 and 3B. RGB value is (15,24,59). Sum of RGB (Red+Green+Blue) = 15+24+59=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 59 (23.44% from 255 or 60.20% from 98); Max value from RGB is 59 - color contains mainly: blue. Hex color #0F183B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F183B is #F0E7C4. Grayscale: #191919. Windows color (decimal): -15787973 or 3872783. OLE color: 3872783.

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

Color convert

RGB 15 24 59 -
CMYK 0.75 0.59 0 0.77
HSL 227.73º 0.59% 0.15% -
HSV(B) 227.73º 0.75% 0.23% -
XYZ 1.31 1.07 4.28 -
YUV 25.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 15 24 59 0.75 0.59 0 0.77 227.73 0.59 0.15
Hex F 18 3B 4B 3B 0 4D E4 3B F
Octal 17 30 73 113 73 0 115 344 73 17
Binary 1111 11000 111011 1001011 111011 0 1001101 11100100 111011 1111

Color Harmonies of #0F183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F183B

Black with #0F183B

Text Example


Text Example

White with #0F183B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,24,59); }

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

background-color css

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

 a { background-color: rgb(15,24,59); }

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

border-color css

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

 span { border-color: rgb(15,24,59); }

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