Html Css Color HEX #0F1341 Midnight Express

📋 copy color: '#0F1341'

red 15 ◦ green 19 ◦ blue 65

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

Shades of Midnight Express #0F1341

Tints of Midnight Express #0F1341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 65.66%

R = 15.15%
G = 19.19%
B = 65.66%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F1341 (or 0x0F1341) is known color: Midnight Express. HEX triplet: 0F, 13 and 41. RGB value is (15,19,65). Sum of RGB (Red+Green+Blue) = 15+19+65=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F1341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1341 is #F0ECBE. Grayscale: #161616. Windows color (decimal): -15789247 or 4264719. OLE color: 4264719.

HSL color Cylindrical-coordinate representation of color #0F1341: hue angle of 235.2º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F1341 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 19 65 -
CMYK 0.77 0.71 0 0.75
HSL 235.2º 0.63% 0.16% -
HSV(B) 235.2º 0.77% 0.25% -
XYZ 1.38 0.95 5.11 -
YUV 23.05 151.67 122.26 -
System Red Green Blue C M Y K H S L
Decimal 15 19 65 0.77 0.71 0 0.75 235.2 0.63 0.16
Hex F 13 41 4D 47 0 4B EB 3E 10
Octal 17 23 101 115 107 0 113 353 76 20
Binary 1111 10011 1000001 1001101 1000111 0 1001011 11101011 111110 10000

Color Harmonies of #0F1341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1341

Black with #0F1341

Text Example


Text Example

White with #0F1341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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