Html Css Color HEX #0F1534 Midnight Express

📋 copy color: '#0F1534'

red 15 ◦ green 21 ◦ blue 52

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

Shades of Midnight Express #0F1534

Tints of Midnight Express #0F1534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 59.09%

R = 17.05%
G = 23.86%
B = 59.09%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0F1534 (or 0x0F1534) is known color: Midnight Express. HEX triplet: 0F, 15 and 34. RGB value is (15,21,52). Sum of RGB (Red+Green+Blue) = 15+21+52=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #0F1534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1534 is #F0EACB. Grayscale: #161616. Windows color (decimal): -15788748 or 3413263. OLE color: 3413263.

HSL color Cylindrical-coordinate representation of color #0F1534: hue angle of 230.27º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F1534 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 15 21 52 -
CMYK 0.71 0.60 0 0.80
HSL 230.27º 0.55% 0.13% -
HSV(B) 230.27º 0.71% 0.2% -
XYZ 1.09 0.89 3.36 -
YUV 22.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 15 21 52 0.71 0.60 0 0.80 230.27 0.55 0.13
Hex F 15 34 47 3C 0 50 E6 37 D
Octal 17 25 64 107 74 0 120 346 67 15
Binary 1111 10101 110100 1000111 111100 0 1010000 11100110 110111 1101

Color Harmonies of #0F1534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1534

Black with #0F1534

Text Example


Text Example

White with #0F1534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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