Html Css Color HEX #0B059B New Midnight Blue

📋 copy color: '#0B059B'

red 11 ◦ green 5 ◦ blue 155

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

Shades of New Midnight Blue #0B059B

Tints of New Midnight Blue #0B059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 90.64%

R = 6.43%
G = 2.92%
B = 90.64%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0B059B (or 0x0B059B) is known color: New Midnight Blue. HEX triplet: 0B, 05 and 9B. RGB value is (11,5,155). Sum of RGB (Red+Green+Blue) = 11+5+155=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 155 (60.94% from 255 or 90.64% from 171); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B059B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B059B is #F4FA64. Grayscale: #171717. Windows color (decimal): -16054885 or 10159371. OLE color: 10159371.

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

Color convert

RGB 11 5 155 -
CMYK 0.93 0.97 0 0.39
HSL 242.4º 0.94% 0.31% -
HSV(B) 242.4º 0.97% 0.61% -
XYZ 6.11 2.55 31.18 -
YUV 23.89 201.99 118.8 -
System Red Green Blue C M Y K H S L
Decimal 11 5 155 0.93 0.97 0 0.39 242.4 0.94 0.31
Hex B 5 9B 5D 61 0 27 F2 5E 1F
Octal 13 5 233 135 141 0 47 362 136 37
Binary 1011 101 10011011 1011101 1100001 0 100111 11110010 1011110 11111

Color Harmonies of #0B059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B059B

Black with #0B059B

Text Example


Text Example

White with #0B059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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