Html Css Color HEX #0F2548 Midnight

📋 copy color: '#0F2548'

red 15 ◦ green 37 ◦ blue 72

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

Shades of Midnight #0F2548

Tints of Midnight #0F2548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.84%

 BLUE value IS 72 (28.52% from 255) = 58.06%

R = 12.1%
G = 29.84%
B = 58.06%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F2548 (or 0x0F2548) is known color: Midnight. HEX triplet: 0F, 25 and 48. RGB value is (15,37,72). Sum of RGB (Red+Green+Blue) = 15+37+72=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F2548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2548 is #F0DAB7. Grayscale: #222222. Windows color (decimal): -15784632 or 4728079. OLE color: 4728079.

HSL color Cylindrical-coordinate representation of color #0F2548: hue angle of 216.84º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F2548 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 37 72 -
CMYK 0.79 0.49 0 0.72
HSL 216.84º 0.66% 0.17% -
HSV(B) 216.84º 0.79% 0.28% -
XYZ 2.03 1.89 6.39 -
YUV 34.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 15 37 72 0.79 0.49 0 0.72 216.84 0.66 0.17
Hex F 25 48 4F 31 0 48 D9 42 11
Octal 17 45 110 117 61 0 110 331 102 21
Binary 1111 100101 1001000 1001111 110001 0 1001000 11011001 1000010 10001

Color Harmonies of #0F2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2548

Black with #0F2548

Text Example


Text Example

White with #0F2548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,37,72); }

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

background-color css

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

 a { background-color: rgb(15,37,72); }

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

border-color css

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

 span { border-color: rgb(15,37,72); }

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