Html Css Color HEX #0F1C3D Midnight Express

📋 copy color: '#0F1C3D'

red 15 ◦ green 28 ◦ blue 61

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

Shades of Midnight Express #0F1C3D

Tints of Midnight Express #0F1C3D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.92%

 BLUE value IS 61 (24.22% from 255) = 58.65%

R = 14.42%
G = 26.92%
B = 58.65%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0F1C3D (or 0x0F1C3D) is known color: Midnight Express. HEX triplet: 0F, 1C and 3D. RGB value is (15,28,61). Sum of RGB (Red+Green+Blue) = 15+28+61=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 61 (24.22% from 255 or 58.65% from 104); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F1C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1C3D is #F0E3C2. Grayscale: #1B1B1B. Windows color (decimal): -15786947 or 4004879. OLE color: 4004879.

HSL color Cylindrical-coordinate representation of color #0F1C3D: hue angle of 223.04º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F1C3D is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 15 28 61 -
CMYK 0.75 0.54 0 0.76
HSL 223.04º 0.61% 0.15% -
HSV(B) 223.04º 0.75% 0.24% -
XYZ 1.45 1.27 4.58 -
YUV 27.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 15 28 61 0.75 0.54 0 0.76 223.04 0.61 0.15
Hex F 1C 3D 4B 36 0 4C DF 3D F
Octal 17 34 75 113 66 0 114 337 75 17
Binary 1111 11100 111101 1001011 110110 0 1001100 11011111 111101 1111

Color Harmonies of #0F1C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1C3D

Black with #0F1C3D

Text Example


Text Example

White with #0F1C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,28,61); }

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

background-color css

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

 a { background-color: rgb(15,28,61); }

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

border-color css

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

 span { border-color: rgb(15,28,61); }

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