Html Css Color HEX #0F133A Midnight Express

📋 copy color: '#0F133A'

red 15 ◦ green 19 ◦ blue 58

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

Shades of Midnight Express #0F133A

Tints of Midnight Express #0F133A

RGB

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

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

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

R = 16.3%
G = 20.65%
B = 63.04%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0F133A (or 0x0F133A) is known color: Midnight Express. HEX triplet: 0F, 13 and 3A. RGB value is (15,19,58). Sum of RGB (Red+Green+Blue) = 15+19+58=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 58 (23.05% from 255 or 63.04% from 92); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F133A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F133A is #F0ECC5. Grayscale: #161616. Windows color (decimal): -15789254 or 3805967. OLE color: 3805967.

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

Color convert

RGB 15 19 58 -
CMYK 0.74 0.67 0 0.77
HSL 234.42º 0.59% 0.14% -
HSV(B) 234.42º 0.74% 0.23% -
XYZ 1.19 0.87 4.11 -
YUV 22.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 15 19 58 0.74 0.67 0 0.77 234.42 0.59 0.14
Hex F 13 3A 4A 43 0 4D EA 3B E
Octal 17 23 72 112 103 0 115 352 73 16
Binary 1111 10011 111010 1001010 1000011 0 1001101 11101010 111011 1110

Color Harmonies of #0F133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F133A

Black with #0F133A

Text Example


Text Example

White with #0F133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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