Html Css Color HEX #0F1348 Midnight Express

📋 copy color: '#0F1348'

red 15 ◦ green 19 ◦ blue 72

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

Shades of Midnight Express #0F1348

Tints of Midnight Express #0F1348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 67.92%

R = 14.15%
G = 17.92%
B = 67.92%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F1348 (or 0x0F1348) is known color: Midnight Express. HEX triplet: 0F, 13 and 48. RGB value is (15,19,72). Sum of RGB (Red+Green+Blue) = 15+19+72=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F1348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1348 is #F0ECB7. Grayscale: #171717. Windows color (decimal): -15789240 or 4723471. OLE color: 4723471.

HSL color Cylindrical-coordinate representation of color #0F1348: hue angle of 235.79º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F1348 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 19 72 -
CMYK 0.79 0.74 0 0.72
HSL 235.79º 0.66% 0.17% -
HSV(B) 235.79º 0.79% 0.28% -
XYZ 1.6 1.04 6.25 -
YUV 23.85 155.17 121.69 -
System Red Green Blue C M Y K H S L
Decimal 15 19 72 0.79 0.74 0 0.72 235.79 0.66 0.17
Hex F 13 48 4F 4A 0 48 EC 42 11
Octal 17 23 110 117 112 0 110 354 102 21
Binary 1111 10011 1001000 1001111 1001010 0 1001000 11101100 1000010 10001

Color Harmonies of #0F1348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1348

Black with #0F1348

Text Example


Text Example

White with #0F1348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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