Html Css Color HEX #0F294A Midnight

📋 copy color: '#0F294A'

red 15 ◦ green 41 ◦ blue 74

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

Shades of Midnight #0F294A

Tints of Midnight #0F294A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.54%

 BLUE value IS 74 (29.3% from 255) = 56.92%

R = 11.54%
G = 31.54%
B = 56.92%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F294A (or 0x0F294A) is known color: Midnight. HEX triplet: 0F, 29 and 4A. RGB value is (15,41,74). Sum of RGB (Red+Green+Blue) = 15+41+74=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F294A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F294A is #F0D6B5. Grayscale: #242424. Windows color (decimal): -15783606 or 4860175. OLE color: 4860175.

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

Color convert

RGB 15 41 74 -
CMYK 0.80 0.45 0 0.71
HSL 213.56º 0.66% 0.17% -
HSV(B) 213.56º 0.8% 0.29% -
XYZ 2.23 2.18 6.78 -
YUV 36.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 15 41 74 0.80 0.45 0 0.71 213.56 0.66 0.17
Hex F 29 4A 50 2D 0 47 D6 42 11
Octal 17 51 112 120 55 0 107 326 102 21
Binary 1111 101001 1001010 1010000 101101 0 1000111 11010110 1000010 10001

Color Harmonies of #0F294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F294A

Black with #0F294A

Text Example


Text Example

White with #0F294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,41,74); }

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

background-color css

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

 a { background-color: rgb(15,41,74); }

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

border-color css

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

 span { border-color: rgb(15,41,74); }

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