Html Css Color HEX #0F2747 Midnight

📋 copy color: '#0F2747'

red 15 ◦ green 39 ◦ blue 71

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

Shades of Midnight #0F2747

Tints of Midnight #0F2747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 56.8%

R = 12%
G = 31.2%
B = 56.8%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F2747 (or 0x0F2747) is known color: Midnight. HEX triplet: 0F, 27 and 47. RGB value is (15,39,71). Sum of RGB (Red+Green+Blue) = 15+39+71=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F2747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2747 is #F0D8B8. Grayscale: #232323. Windows color (decimal): -15784121 or 4663055. OLE color: 4663055.

HSL color Cylindrical-coordinate representation of color #0F2747: hue angle of 214.29º degrees, saturation: 0.65, 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 #0F2747 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 39 71 -
CMYK 0.79 0.45 0 0.72
HSL 214.29º 0.65% 0.17% -
HSV(B) 214.29º 0.79% 0.28% -
XYZ 2.06 2.01 6.24 -
YUV 35.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 15 39 71 0.79 0.45 0 0.72 214.29 0.65 0.17
Hex F 27 47 4F 2D 0 48 D6 41 11
Octal 17 47 107 117 55 0 110 326 101 21
Binary 1111 100111 1000111 1001111 101101 0 1001000 11010110 1000001 10001

Color Harmonies of #0F2747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2747

Black with #0F2747

Text Example


Text Example

White with #0F2747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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