Html Css Color HEX #0F0B71 Midnight Blue

📋 copy color: '#0F0B71'

red 15 ◦ green 11 ◦ blue 113

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

Shades of Midnight Blue #0F0B71

Tints of Midnight Blue #0F0B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 81.29%

R = 10.79%
G = 7.91%
B = 81.29%

CMYK

 C value IS 0.87

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F0B71 (or 0x0F0B71) is known color: Midnight Blue. HEX triplet: 0F, 0B and 71. RGB value is (15,11,113). Sum of RGB (Red+Green+Blue) = 15+11+113=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 113 (44.53% from 255 or 81.29% from 139); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F0B71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0B71 is #F0F48E. Grayscale: #171717. Windows color (decimal): -15791247 or 7408399. OLE color: 7408399.

HSL color Cylindrical-coordinate representation of color #0F0B71: hue angle of 242.35º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F0B71 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 11 113 -
CMYK 0.87 0.90 0 0.56
HSL 242.35º 0.82% 0.24% -
HSV(B) 242.35º 0.9% 0.44% -
XYZ 3.3 1.53 15.74 -
YUV 23.82 178.33 121.71 -
System Red Green Blue C M Y K H S L
Decimal 15 11 113 0.87 0.90 0 0.56 242.35 0.82 0.24
Hex F B 71 57 5A 0 38 F2 52 18
Octal 17 13 161 127 132 0 70 362 122 30
Binary 1111 1011 1110001 1010111 1011010 0 111000 11110010 1010010 11000

Color Harmonies of #0F0B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0B71

Black with #0F0B71

Text Example


Text Example

White with #0F0B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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