Html Css Color HEX #0F0B58 Midnight Blue

📋 copy color: '#0F0B58'

red 15 ◦ green 11 ◦ blue 88

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

Shades of Midnight Blue #0F0B58

Tints of Midnight Blue #0F0B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 77.19%

R = 13.16%
G = 9.65%
B = 77.19%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F0B58 (or 0x0F0B58) is known color: Midnight Blue. HEX triplet: 0F, 0B and 58. RGB value is (15,11,88). Sum of RGB (Red+Green+Blue) = 15+11+88=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 88 (34.77% from 255 or 77.19% from 114); Max value from RGB is 88 - color contains mainly: blue. Hex color #0F0B58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0B58 is #F0F4A7. Grayscale: #141414. Windows color (decimal): -15791272 or 5769999. OLE color: 5769999.

HSL color Cylindrical-coordinate representation of color #0F0B58: hue angle of 243.12º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F0B58 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 11 88 -
CMYK 0.83 0.88 0 0.65
HSL 243.12º 0.78% 0.19% -
HSV(B) 243.12º 0.88% 0.35% -
XYZ 2.08 1.05 9.32 -
YUV 20.97 165.83 123.74 -
System Red Green Blue C M Y K H S L
Decimal 15 11 88 0.83 0.88 0 0.65 243.12 0.78 0.19
Hex F B 58 53 58 0 41 F3 4E 13
Octal 17 13 130 123 130 0 101 363 116 23
Binary 1111 1011 1011000 1010011 1011000 0 1000001 11110011 1001110 10011

Color Harmonies of #0F0B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0B58

Black with #0F0B58

Text Example


Text Example

White with #0F0B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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