Html Css Color HEX #0F1641 Midnight Express

📋 copy color: '#0F1641'

red 15 ◦ green 22 ◦ blue 65

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

Shades of Midnight Express #0F1641

Tints of Midnight Express #0F1641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 21.57%

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

R = 14.71%
G = 21.57%
B = 63.73%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F1641 (or 0x0F1641) is known color: Midnight Express. HEX triplet: 0F, 16 and 41. RGB value is (15,22,65). Sum of RGB (Red+Green+Blue) = 15+22+65=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 65 (25.78% from 255 or 63.73% from 102); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F1641 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1641 is #F0E9BE. Grayscale: #181818. Windows color (decimal): -15788479 or 4265487. OLE color: 4265487.

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

Color convert

RGB 15 22 65 -
CMYK 0.77 0.66 0 0.75
HSL 231.6º 0.63% 0.16% -
HSV(B) 231.6º 0.77% 0.25% -
XYZ 1.44 1.06 5.13 -
YUV 24.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 15 22 65 0.77 0.66 0 0.75 231.6 0.63 0.16
Hex F 16 41 4D 42 0 4B E8 3E 10
Octal 17 26 101 115 102 0 113 350 76 20
Binary 1111 10110 1000001 1001101 1000010 0 1001011 11101000 111110 10000

Color Harmonies of #0F1641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1641

Black with #0F1641

Text Example


Text Example

White with #0F1641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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