Html Css Color HEX #0F294E Midnight

📋 copy color: '#0F294E'

red 15 ◦ green 41 ◦ blue 78

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

Shades of Midnight #0F294E

Tints of Midnight #0F294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 58.21%

R = 11.19%
G = 30.6%
B = 58.21%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F294E (or 0x0F294E) is known color: Midnight. HEX triplet: 0F, 29 and 4E. RGB value is (15,41,78). Sum of RGB (Red+Green+Blue) = 15+41+78=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F294E is #F0D6B1. Grayscale: #252525. Windows color (decimal): -15783602 or 5122319. OLE color: 5122319.

HSL color Cylindrical-coordinate representation of color #0F294E: hue angle of 215.24º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F294E is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 41 78 -
CMYK 0.81 0.47 0 0.69
HSL 215.24º 0.68% 0.18% -
HSV(B) 215.24º 0.81% 0.31% -
XYZ 2.37 2.24 7.51 -
YUV 37.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 15 41 78 0.81 0.47 0 0.69 215.24 0.68 0.18
Hex F 29 4E 51 2F 0 45 D7 44 12
Octal 17 51 116 121 57 0 105 327 104 22
Binary 1111 101001 1001110 1010001 101111 0 1000101 11010111 1000100 10010

Color Harmonies of #0F294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F294E

Black with #0F294E

Text Example


Text Example

White with #0F294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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