Html Css Color HEX #0F193B Midnight Express

📋 copy color: '#0F193B'

red 15 ◦ green 25 ◦ blue 59

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

Shades of Midnight Express #0F193B

Tints of Midnight Express #0F193B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.25%

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

R = 15.15%
G = 25.25%
B = 59.6%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0F193B (or 0x0F193B) is known color: Midnight Express. HEX triplet: 0F, 19 and 3B. RGB value is (15,25,59). Sum of RGB (Red+Green+Blue) = 15+25+59=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #0F193B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F193B is #F0E6C4. Grayscale: #191919. Windows color (decimal): -15787717 or 3873039. OLE color: 3873039.

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

Color convert

RGB 15 25 59 -
CMYK 0.75 0.58 0 0.77
HSL 226.36º 0.59% 0.15% -
HSV(B) 226.36º 0.75% 0.23% -
XYZ 1.33 1.11 4.28 -
YUV 25.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 15 25 59 0.75 0.58 0 0.77 226.36 0.59 0.15
Hex F 19 3B 4B 3A 0 4D E2 3B F
Octal 17 31 73 113 72 0 115 342 73 17
Binary 1111 11001 111011 1001011 111010 0 1001101 11100010 111011 1111

Color Harmonies of #0F193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F193B

Black with #0F193B

Text Example


Text Example

White with #0F193B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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