Html Css Color HEX #0B137A Midnight Blue

📋 copy color: '#0B137A'

red 11 ◦ green 19 ◦ blue 122

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

Shades of Midnight Blue #0B137A

Tints of Midnight Blue #0B137A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

 BLUE value IS 122 (48.05% from 255) = 80.26%

R = 7.24%
G = 12.5%
B = 80.26%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0B137A (or 0x0B137A) is known color: Midnight Blue. HEX triplet: 0B, 13 and 7A. RGB value is (11,19,122). Sum of RGB (Red+Green+Blue) = 11+19+122=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 122 (48.05% from 255 or 80.26% from 152); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B137A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B137A is #F4EC85. Grayscale: #1B1B1B. Windows color (decimal): -16051334 or 8000267. OLE color: 8000267.

HSL color Cylindrical-coordinate representation of color #0B137A: hue angle of 235.68º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B137A is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 11 19 122 -
CMYK 0.91 0.84 0 0.52
HSL 235.68º 0.83% 0.26% -
HSV(B) 235.68º 0.91% 0.48% -
XYZ 3.88 1.94 18.58 -
YUV 28.35 180.85 115.62 -
System Red Green Blue C M Y K H S L
Decimal 11 19 122 0.91 0.84 0 0.52 235.68 0.83 0.26
Hex B 13 7A 5B 54 0 34 EC 53 1A
Octal 13 23 172 133 124 0 64 354 123 32
Binary 1011 10011 1111010 1011011 1010100 0 110100 11101100 1010011 11010

Color Harmonies of #0B137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B137A

Black with #0B137A

Text Example


Text Example

White with #0B137A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,19,122); }

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

background-color css

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

 a { background-color: rgb(11,19,122); }

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

border-color css

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

 span { border-color: rgb(11,19,122); }

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