Html Css Color HEX #0F0560 Midnight Blue

📋 copy color: '#0F0560'

red 15 ◦ green 5 ◦ blue 96

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

Shades of Midnight Blue #0F0560

Tints of Midnight Blue #0F0560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.31%

 BLUE value IS 96 (37.89% from 255) = 82.76%

R = 12.93%
G = 4.31%
B = 82.76%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F0560 (or 0x0F0560) is known color: Midnight Blue. HEX triplet: 0F, 05 and 60. RGB value is (15,5,96). Sum of RGB (Red+Green+Blue) = 15+5+96=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 96 (37.89% from 255 or 82.76% from 116); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F0560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0560 is #F0FA9F. Grayscale: #121212. Windows color (decimal): -15792800 or 6292751. OLE color: 6292751.

HSL color Cylindrical-coordinate representation of color #0F0560: hue angle of 246.59º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0560 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 5 96 -
CMYK 0.84 0.95 0 0.62
HSL 246.59º 0.9% 0.2% -
HSV(B) 246.59º 0.95% 0.38% -
XYZ 2.36 1.05 11.15 -
YUV 18.36 171.81 125.6 -
System Red Green Blue C M Y K H S L
Decimal 15 5 96 0.84 0.95 0 0.62 246.59 0.9 0.2
Hex F 5 60 54 5F 0 3E F7 5A 14
Octal 17 5 140 124 137 0 76 367 132 24
Binary 1111 101 1100000 1010100 1011111 0 111110 11110111 1011010 10100

Color Harmonies of #0F0560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0560

Black with #0F0560

Text Example


Text Example

White with #0F0560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,5,96); }

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

background-color css

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

 a { background-color: rgb(15,5,96); }

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

border-color css

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

 span { border-color: rgb(15,5,96); }

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