Html Css Color HEX #0F1F38 Midnight Express

📋 copy color: '#0F1F38'

red 15 ◦ green 31 ◦ blue 56

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

Shades of Midnight Express #0F1F38

Tints of Midnight Express #0F1F38

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.39%

 BLUE value IS 56 (22.27% from 255) = 54.9%

R = 14.71%
G = 30.39%
B = 54.9%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0F1F38 (or 0x0F1F38) is known color: Midnight Express. HEX triplet: 0F, 1F and 38. RGB value is (15,31,56). Sum of RGB (Red+Green+Blue) = 15+31+56=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #0F1F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1F38 is #F0E0C7. Grayscale: #1C1C1C. Windows color (decimal): -15786184 or 3677967. OLE color: 3677967.

HSL color Cylindrical-coordinate representation of color #0F1F38: hue angle of 216.59º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F1F38 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 31 56 -
CMYK 0.73 0.45 0 0.78
HSL 216.59º 0.58% 0.14% -
HSV(B) 216.59º 0.73% 0.22% -
XYZ 1.4 1.37 3.93 -
YUV 29.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 15 31 56 0.73 0.45 0 0.78 216.59 0.58 0.14
Hex F 1F 38 49 2D 0 4E D9 3A E
Octal 17 37 70 111 55 0 116 331 72 16
Binary 1111 11111 111000 1001001 101101 0 1001110 11011001 111010 1110

Color Harmonies of #0F1F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1F38

Black with #0F1F38

Text Example


Text Example

White with #0F1F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,31,56); }

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

background-color css

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

 a { background-color: rgb(15,31,56); }

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

border-color css

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

 span { border-color: rgb(15,31,56); }

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