Html Css Color HEX #0F2648 Midnight

📋 copy color: '#0F2648'

red 15 ◦ green 38 ◦ blue 72

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

Shades of Midnight #0F2648

Tints of Midnight #0F2648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.4%

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

R = 12%
G = 30.4%
B = 57.6%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F2648 (or 0x0F2648) is known color: Midnight. HEX triplet: 0F, 26 and 48. RGB value is (15,38,72). Sum of RGB (Red+Green+Blue) = 15+38+72=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F2648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2648 is #F0D9B7. Grayscale: #222222. Windows color (decimal): -15784376 or 4728335. OLE color: 4728335.

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

Color convert

RGB 15 38 72 -
CMYK 0.79 0.47 0 0.72
HSL 215.79º 0.66% 0.17% -
HSV(B) 215.79º 0.79% 0.28% -
XYZ 2.06 1.96 6.4 -
YUV 35 148.88 113.74 -
System Red Green Blue C M Y K H S L
Decimal 15 38 72 0.79 0.47 0 0.72 215.79 0.66 0.17
Hex F 26 48 4F 2F 0 48 D8 42 11
Octal 17 46 110 117 57 0 110 330 102 21
Binary 1111 100110 1001000 1001111 101111 0 1001000 11011000 1000010 10001

Color Harmonies of #0F2648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2648

Black with #0F2648

Text Example


Text Example

White with #0F2648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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