Html Css Color HEX #0F2749 Midnight

📋 copy color: '#0F2749'

red 15 ◦ green 39 ◦ blue 73

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

Shades of Midnight #0F2749

Tints of Midnight #0F2749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.71%

 BLUE value IS 73 (28.91% from 255) = 57.48%

R = 11.81%
G = 30.71%
B = 57.48%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F2749 (or 0x0F2749) is known color: Midnight. HEX triplet: 0F, 27 and 49. RGB value is (15,39,73). Sum of RGB (Red+Green+Blue) = 15+39+73=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #0F2749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2749 is #F0D8B6. Grayscale: #232323. Windows color (decimal): -15784119 or 4794127. OLE color: 4794127.

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

Color convert

RGB 15 39 73 -
CMYK 0.79 0.47 0 0.71
HSL 215.17º 0.66% 0.17% -
HSV(B) 215.17º 0.79% 0.29% -
XYZ 2.13 2.03 6.58 -
YUV 35.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 15 39 73 0.79 0.47 0 0.71 215.17 0.66 0.17
Hex F 27 49 4F 2F 0 47 D7 42 11
Octal 17 47 111 117 57 0 107 327 102 21
Binary 1111 100111 1001001 1001111 101111 0 1000111 11010111 1000010 10001

Color Harmonies of #0F2749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2749

Black with #0F2749

Text Example


Text Example

White with #0F2749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,39,73); }

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

background-color css

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

 a { background-color: rgb(15,39,73); }

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

border-color css

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

 span { border-color: rgb(15,39,73); }

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