Html Css Color HEX #0F172D Midnight Express

📋 copy color: '#0F172D'

red 15 ◦ green 23 ◦ blue 45

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

Shades of Midnight Express #0F172D

Tints of Midnight Express #0F172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 54.22%

R = 18.07%
G = 27.71%
B = 54.22%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0F172D (or 0x0F172D) is known color: Midnight Express. HEX triplet: 0F, 17 and 2D. RGB value is (15,23,45). Sum of RGB (Red+Green+Blue) = 15+23+45=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F172D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F172D is #F0E8D2. Grayscale: #171717. Windows color (decimal): -15788243 or 2955023. OLE color: 2955023.

HSL color Cylindrical-coordinate representation of color #0F172D: hue angle of 224º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F172D is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 15 23 45 -
CMYK 0.67 0.49 0 0.82
HSL 224º 0.5% 0.12% -
HSV(B) 224º 0.67% 0.18% -
XYZ 0.98 0.9 2.61 -
YUV 23.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 15 23 45 0.67 0.49 0 0.82 224 0.5 0.12
Hex F 17 2D 43 31 0 52 E0 32 C
Octal 17 27 55 103 61 0 122 340 62 14
Binary 1111 10111 101101 1000011 110001 0 1010010 11100000 110010 1100

Color Harmonies of #0F172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F172D

Black with #0F172D

Text Example


Text Example

White with #0F172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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