Html Css Color HEX #0F1A30 Midnight Express

📋 copy color: '#0F1A30'

red 15 ◦ green 26 ◦ blue 48

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

Shades of Midnight Express #0F1A30

Tints of Midnight Express #0F1A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 29.21%

 BLUE value IS 48 (19.14% from 255) = 53.93%

R = 16.85%
G = 29.21%
B = 53.93%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F1A30 (or 0x0F1A30) is known color: Midnight Express. HEX triplet: 0F, 1A and 30. RGB value is (15,26,48). Sum of RGB (Red+Green+Blue) = 15+26+48=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F1A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A30 is #F0E5CF. Grayscale: #191919. Windows color (decimal): -15787472 or 3152399. OLE color: 3152399.

HSL color Cylindrical-coordinate representation of color #0F1A30: hue angle of 220º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F1A30 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 26 48 -
CMYK 0.69 0.46 0 0.81
HSL 220º 0.52% 0.12% -
HSV(B) 220º 0.69% 0.19% -
XYZ 1.1 1.05 2.94 -
YUV 25.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 15 26 48 0.69 0.46 0 0.81 220 0.52 0.12
Hex F 1A 30 45 2E 0 51 DC 34 C
Octal 17 32 60 105 56 0 121 334 64 14
Binary 1111 11010 110000 1000101 101110 0 1010001 11011100 110100 1100

Color Harmonies of #0F1A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1A30

Black with #0F1A30

Text Example


Text Example

White with #0F1A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,26,48); }

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

background-color css

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

 a { background-color: rgb(15,26,48); }

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

border-color css

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

 span { border-color: rgb(15,26,48); }

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