Html Css Color HEX #0F045E Midnight Blue

📋 copy color: '#0F045E'

red 15 ◦ green 4 ◦ blue 94

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

Shades of Midnight Blue #0F045E

Tints of Midnight Blue #0F045E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 83.19%

R = 13.27%
G = 3.54%
B = 83.19%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0F045E (or 0x0F045E) is known color: Midnight Blue. HEX triplet: 0F, 04 and 5E. RGB value is (15,4,94). Sum of RGB (Red+Green+Blue) = 15+4+94=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 94 (37.11% from 255 or 83.19% from 113); Max value from RGB is 94 - color contains mainly: blue. Hex color #0F045E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F045E is #F0FBA1. Grayscale: #111111. Windows color (decimal): -15793058 or 6161423. OLE color: 6161423.

HSL color Cylindrical-coordinate representation of color #0F045E: hue angle of 247.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F045E is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 15 4 94 -
CMYK 0.84 0.96 0 0.63
HSL 247.33º 0.92% 0.19% -
HSV(B) 247.33º 0.96% 0.37% -
XYZ 2.26 1 10.66 -
YUV 17.55 171.14 126.18 -
System Red Green Blue C M Y K H S L
Decimal 15 4 94 0.84 0.96 0 0.63 247.33 0.92 0.19
Hex F 4 5E 54 60 0 3F F7 5C 13
Octal 17 4 136 124 140 0 77 367 134 23
Binary 1111 100 1011110 1010100 1100000 0 111111 11110111 1011100 10011

Color Harmonies of #0F045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F045E

Black with #0F045E

Text Example


Text Example

White with #0F045E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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