Html Css Color HEX #0F1741 Midnight Express

📋 copy color: '#0F1741'

red 15 ◦ green 23 ◦ blue 65

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

Shades of Midnight Express #0F1741

Tints of Midnight Express #0F1741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.33%

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

R = 14.56%
G = 22.33%
B = 63.11%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F1741 (or 0x0F1741) is known color: Midnight Express. HEX triplet: 0F, 17 and 41. RGB value is (15,23,65). Sum of RGB (Red+Green+Blue) = 15+23+65=103 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.56% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F1741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1741 is #F0E8BE. Grayscale: #191919. Windows color (decimal): -15788223 or 4265743. OLE color: 4265743.

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

Color convert

RGB 15 23 65 -
CMYK 0.77 0.65 0 0.75
HSL 230.4º 0.63% 0.16% -
HSV(B) 230.4º 0.77% 0.25% -
XYZ 1.46 1.1 5.14 -
YUV 25.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 15 23 65 0.77 0.65 0 0.75 230.4 0.63 0.16
Hex F 17 41 4D 41 0 4B E6 3E 10
Octal 17 27 101 115 101 0 113 346 76 20
Binary 1111 10111 1000001 1001101 1000001 0 1001011 11100110 111110 10000

Color Harmonies of #0F1741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1741

Black with #0F1741

Text Example


Text Example

White with #0F1741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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