Html Css Color HEX #0B059F New Midnight Blue

📋 copy color: '#0B059F'

red 11 ◦ green 5 ◦ blue 159

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

Shades of New Midnight Blue #0B059F

Tints of New Midnight Blue #0B059F

RGB

 RED value IS 11 (4.69% from 255) = 6.29%

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

 BLUE value IS 159 (62.5% from 255) = 90.86%

R = 6.29%
G = 2.86%
B = 90.86%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0B059F (or 0x0B059F) is known color: New Midnight Blue. HEX triplet: 0B, 05 and 9F. RGB value is (11,5,159). Sum of RGB (Red+Green+Blue) = 11+5+159=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 159 (62.5% from 255 or 90.86% from 175); Max value from RGB is 159 - color contains mainly: blue. Hex color #0B059F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B059F is #F4FA60. Grayscale: #171717. Windows color (decimal): -16054881 or 10421515. OLE color: 10421515.

HSL color Cylindrical-coordinate representation of color #0B059F: hue angle of 242.34º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B059F is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 11 5 159 -
CMYK 0.93 0.97 0 0.38
HSL 242.34º 0.94% 0.32% -
HSV(B) 242.34º 0.97% 0.62% -
XYZ 6.45 2.68 32.98 -
YUV 24.35 203.99 118.48 -
System Red Green Blue C M Y K H S L
Decimal 11 5 159 0.93 0.97 0 0.38 242.34 0.94 0.32
Hex B 5 9F 5D 61 0 26 F2 5E 20
Octal 13 5 237 135 141 0 46 362 136 40
Binary 1011 101 10011111 1011101 1100001 0 100110 11110010 1011110 100000

Color Harmonies of #0B059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B059F

Black with #0B059F

Text Example


Text Example

White with #0B059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,5,159); }

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

background-color css

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

 a { background-color: rgb(11,5,159); }

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

border-color css

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

 span { border-color: rgb(11,5,159); }

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