Html Css Color HEX #0F2241 Midnight Express

📋 copy color: '#0F2241'

red 15 ◦ green 34 ◦ blue 65

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

Shades of Midnight Express #0F2241

Tints of Midnight Express #0F2241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.82%

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

R = 13.16%
G = 29.82%
B = 57.02%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F2241 (or 0x0F2241) is known color: Midnight Express. HEX triplet: 0F, 22 and 41. RGB value is (15,34,65). Sum of RGB (Red+Green+Blue) = 15+34+65=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 65 (25.78% from 255 or 57.02% from 114); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F2241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2241 is #F0DDBE. Grayscale: #1F1F1F. Windows color (decimal): -15785407 or 4268559. OLE color: 4268559.

HSL color Cylindrical-coordinate representation of color #0F2241: hue angle of 217.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 #0F2241 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 34 65 -
CMYK 0.77 0.48 0 0.75
HSL 217.2º 0.63% 0.16% -
HSV(B) 217.2º 0.77% 0.25% -
XYZ 1.72 1.63 5.22 -
YUV 31.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 15 34 65 0.77 0.48 0 0.75 217.2 0.63 0.16
Hex F 22 41 4D 30 0 4B D9 3E 10
Octal 17 42 101 115 60 0 113 331 76 20
Binary 1111 100010 1000001 1001101 110000 0 1001011 11011001 111110 10000

Color Harmonies of #0F2241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2241

Black with #0F2241

Text Example


Text Example

White with #0F2241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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