Html Css Color HEX #0F044F Midnight Blue

📋 copy color: '#0F044F'

red 15 ◦ green 4 ◦ blue 79

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

Shades of Midnight Blue #0F044F

Tints of Midnight Blue #0F044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.08%

 BLUE value IS 79 (31.25% from 255) = 80.61%

R = 15.31%
G = 4.08%
B = 80.61%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F044F (or 0x0F044F) is known color: Midnight Blue. HEX triplet: 0F, 04 and 4F. RGB value is (15,4,79). Sum of RGB (Red+Green+Blue) = 15+4+79=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 79 (31.25% from 255 or 80.61% from 98); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F044F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F044F is #F0FBB0. Grayscale: #0F0F0F. Windows color (decimal): -15793073 or 5178383. OLE color: 5178383.

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

Color convert

RGB 15 4 79 -
CMYK 0.81 0.95 0 0.69
HSL 248.8º 0.9% 0.16% -
HSV(B) 248.8º 0.95% 0.31% -
XYZ 1.65 0.75 7.46 -
YUV 15.84 163.64 127.4 -
System Red Green Blue C M Y K H S L
Decimal 15 4 79 0.81 0.95 0 0.69 248.8 0.9 0.16
Hex F 4 4F 51 5F 0 45 F9 5A 10
Octal 17 4 117 121 137 0 105 371 132 20
Binary 1111 100 1001111 1010001 1011111 0 1000101 11111001 1011010 10000

Color Harmonies of #0F044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F044F

Black with #0F044F

Text Example


Text Example

White with #0F044F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,4,79); }

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

background-color css

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

 a { background-color: rgb(15,4,79); }

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

border-color css

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

 span { border-color: rgb(15,4,79); }

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