Html Css Color HEX #0F153D Midnight Express

📋 copy color: '#0F153D'

red 15 ◦ green 21 ◦ blue 61

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

Shades of Midnight Express #0F153D

Tints of Midnight Express #0F153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.65%

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

R = 15.46%
G = 21.65%
B = 62.89%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0F153D (or 0x0F153D) is known color: Midnight Express. HEX triplet: 0F, 15 and 3D. RGB value is (15,21,61). Sum of RGB (Red+Green+Blue) = 15+21+61=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F153D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F153D is #F0EAC2. Grayscale: #171717. Windows color (decimal): -15788739 or 4003087. OLE color: 4003087.

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

Color convert

RGB 15 21 61 -
CMYK 0.75 0.66 0 0.76
HSL 232.17º 0.61% 0.15% -
HSV(B) 232.17º 0.75% 0.24% -
XYZ 1.31 0.97 4.53 -
YUV 23.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 15 21 61 0.75 0.66 0 0.76 232.17 0.61 0.15
Hex F 15 3D 4B 42 0 4C E8 3D F
Octal 17 25 75 113 102 0 114 350 75 17
Binary 1111 10101 111101 1001011 1000010 0 1001100 11101000 111101 1111

Color Harmonies of #0F153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F153D

Black with #0F153D

Text Example


Text Example

White with #0F153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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