Html Css Color HEX #0F2748 Midnight

📋 copy color: '#0F2748'

red 15 ◦ green 39 ◦ blue 72

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

Shades of Midnight #0F2748

Tints of Midnight #0F2748

RGB

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

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

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

R = 11.9%
G = 30.95%
B = 57.14%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F2748 (or 0x0F2748) is known color: Midnight. HEX triplet: 0F, 27 and 48. RGB value is (15,39,72). Sum of RGB (Red+Green+Blue) = 15+39+72=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F2748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2748 is #F0D8B7. Grayscale: #232323. Windows color (decimal): -15784120 or 4728591. OLE color: 4728591.

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

Color convert

RGB 15 39 72 -
CMYK 0.79 0.46 0 0.72
HSL 214.74º 0.66% 0.17% -
HSV(B) 214.74º 0.79% 0.28% -
XYZ 2.09 2.02 6.41 -
YUV 35.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 15 39 72 0.79 0.46 0 0.72 214.74 0.66 0.17
Hex F 27 48 4F 2E 0 48 D7 42 11
Octal 17 47 110 117 56 0 110 327 102 21
Binary 1111 100111 1001000 1001111 101110 0 1001000 11010111 1000010 10001

Color Harmonies of #0F2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2748

Black with #0F2748

Text Example


Text Example

White with #0F2748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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