Html Css Color HEX #0F005E Midnight Blue

📋 copy color: '#0F005E'

red 15 ◦ green 0 ◦ blue 94

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

Shades of Midnight Blue #0F005E

Tints of Midnight Blue #0F005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 13.76%
G = 0%
B = 86.24%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0F005E (or 0x0F005E) is known color: Midnight Blue. HEX triplet: 0F, 00 and 5E. RGB value is (15,0,94). Sum of RGB (Red+Green+Blue) = 15+0+94=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 94 (37.11% from 255 or 86.24% from 109); Max value from RGB is 94 - color contains mainly: blue. Hex color #0F005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F005E is #F0FFA1. Grayscale: #0E0E0E. Windows color (decimal): -15794082 or 6160399. OLE color: 6160399.

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

Color convert

RGB 15 0 94 -
CMYK 0.84 1 0 0.63
HSL 249.57º 1% 0.18% -
HSV(B) 249.57º 1% 0.37% -
XYZ 2.22 0.91 10.65 -
YUV 15.2 172.47 127.86 -
System Red Green Blue C M Y K H S L
Decimal 15 0 94 0.84 1 0 0.63 249.57 1 0.18
Hex F 0 5E 54 64 0 3F FA 64 12
Octal 17 0 136 124 144 0 77 372 144 22
Binary 1111 0 1011110 1010100 1100100 0 111111 11111010 1100100 10010

Color Harmonies of #0F005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F005E

Black with #0F005E

Text Example


Text Example

White with #0F005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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