Html Css Color HEX #0F1A2D Midnight Express

📋 copy color: '#0F1A2D'

red 15 ◦ green 26 ◦ blue 45

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

Shades of Midnight Express #0F1A2D

Tints of Midnight Express #0F1A2D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 30.23%

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

R = 17.44%
G = 30.23%
B = 52.33%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0F1A2D (or 0x0F1A2D) is known color: Midnight Express. HEX triplet: 0F, 1A and 2D. RGB value is (15,26,45). Sum of RGB (Red+Green+Blue) = 15+26+45=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F1A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A2D is #F0E5D2. Grayscale: #181818. Windows color (decimal): -15787475 or 2955791. OLE color: 2955791.

HSL color Cylindrical-coordinate representation of color #0F1A2D: hue angle of 218º 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 #0F1A2D is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 15 26 45 -
CMYK 0.67 0.42 0 0.82
HSL 218º 0.5% 0.12% -
HSV(B) 218º 0.67% 0.18% -
XYZ 1.04 1.03 2.63 -
YUV 24.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 15 26 45 0.67 0.42 0 0.82 218 0.5 0.12
Hex F 1A 2D 43 2A 0 52 DA 32 C
Octal 17 32 55 103 52 0 122 332 62 14
Binary 1111 11010 101101 1000011 101010 0 1010010 11011010 110010 1100

Color Harmonies of #0F1A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1A2D

Black with #0F1A2D

Text Example


Text Example

White with #0F1A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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