Html Css Color HEX #0F133B Midnight Express

📋 copy color: '#0F133B'

red 15 ◦ green 19 ◦ blue 59

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

Shades of Midnight Express #0F133B

Tints of Midnight Express #0F133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.43%

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

R = 16.13%
G = 20.43%
B = 63.44%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0F133B (or 0x0F133B) is known color: Midnight Express. HEX triplet: 0F, 13 and 3B. RGB value is (15,19,59). Sum of RGB (Red+Green+Blue) = 15+19+59=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 59 (23.44% from 255 or 63.44% from 93); Max value from RGB is 59 - color contains mainly: blue. Hex color #0F133B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F133B is #F0ECC4. Grayscale: #161616. Windows color (decimal): -15789253 or 3871503. OLE color: 3871503.

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

Color convert

RGB 15 19 59 -
CMYK 0.75 0.68 0 0.77
HSL 234.55º 0.59% 0.15% -
HSV(B) 234.55º 0.75% 0.23% -
XYZ 1.22 0.88 4.24 -
YUV 22.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 15 19 59 0.75 0.68 0 0.77 234.55 0.59 0.15
Hex F 13 3B 4B 44 0 4D EB 3B F
Octal 17 23 73 113 104 0 115 353 73 17
Binary 1111 10011 111011 1001011 1000100 0 1001101 11101011 111011 1111

Color Harmonies of #0F133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F133B

Black with #0F133B

Text Example


Text Example

White with #0F133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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