Html Css Color HEX #0F0B60 Midnight Blue

📋 copy color: '#0F0B60'

red 15 ◦ green 11 ◦ blue 96

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

Shades of Midnight Blue #0F0B60

Tints of Midnight Blue #0F0B60

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.02%

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

R = 12.3%
G = 9.02%
B = 78.69%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F0B60 (or 0x0F0B60) is known color: Midnight Blue. HEX triplet: 0F, 0B and 60. RGB value is (15,11,96). Sum of RGB (Red+Green+Blue) = 15+11+96=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 96 (37.89% from 255 or 78.69% from 122); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F0B60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0B60 is #F0F49F. Grayscale: #151515. Windows color (decimal): -15791264 or 6294287. OLE color: 6294287.

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

Color convert

RGB 15 11 96 -
CMYK 0.84 0.89 0 0.62
HSL 242.82º 0.79% 0.21% -
HSV(B) 242.82º 0.89% 0.38% -
XYZ 2.43 1.19 11.17 -
YUV 21.89 169.83 123.09 -
System Red Green Blue C M Y K H S L
Decimal 15 11 96 0.84 0.89 0 0.62 242.82 0.79 0.21
Hex F B 60 54 59 0 3E F3 4F 15
Octal 17 13 140 124 131 0 76 363 117 25
Binary 1111 1011 1100000 1010100 1011001 0 111110 11110011 1001111 10101

Color Harmonies of #0F0B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0B60

Black with #0F0B60

Text Example


Text Example

White with #0F0B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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