Html Css Color HEX #0B0257 Midnight Blue

📋 copy color: '#0B0257'

red 11 ◦ green 2 ◦ blue 87

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

Shades of Midnight Blue #0B0257

Tints of Midnight Blue #0B0257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2%

 BLUE value IS 87 (34.38% from 255) = 87%

R = 11%
G = 2%
B = 87%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0B0257 (or 0x0B0257) is known color: Midnight Blue. HEX triplet: 0B, 02 and 57. RGB value is (11,2,87). Sum of RGB (Red+Green+Blue) = 11+2+87=100 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 87 (34.38% from 255 or 87% from 100); Max value from RGB is 87 - color contains mainly: blue. Hex color #0B0257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0257 is #F4FDA8. Grayscale: #0E0E0E. Windows color (decimal): -16055721 or 5702155. OLE color: 5702155.

HSL color Cylindrical-coordinate representation of color #0B0257: hue angle of 246.35º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B0257 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 11 2 87 -
CMYK 0.87 0.98 0 0.66
HSL 246.35º 0.96% 0.17% -
HSV(B) 246.35º 0.98% 0.34% -
XYZ 1.88 0.8 9.07 -
YUV 14.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 11 2 87 0.87 0.98 0 0.66 246.35 0.96 0.17
Hex B 2 57 57 62 0 42 F6 60 11
Octal 13 2 127 127 142 0 102 366 140 21
Binary 1011 10 1010111 1010111 1100010 0 1000010 11110110 1100000 10001

Color Harmonies of #0B0257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0257

Black with #0B0257

Text Example


Text Example

White with #0B0257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,2,87); }

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

background-color css

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

 a { background-color: rgb(11,2,87); }

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

border-color css

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

 span { border-color: rgb(11,2,87); }

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