Html Css Color HEX #0B196F Midnight Blue

📋 copy color: '#0B196F'

red 11 ◦ green 25 ◦ blue 111

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

Shades of Midnight Blue #0B196F

Tints of Midnight Blue #0B196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.01%

 BLUE value IS 111 (43.75% from 255) = 75.51%

R = 7.48%
G = 17.01%
B = 75.51%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B196F (or 0x0B196F) is known color: Midnight Blue. HEX triplet: 0B, 19 and 6F. RGB value is (11,25,111). Sum of RGB (Red+Green+Blue) = 11+25+111=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 111 (43.75% from 255 or 75.51% from 147); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B196F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B196F is #F4E690. Grayscale: #1E1E1E. Windows color (decimal): -16049809 or 7280907. OLE color: 7280907.

HSL color Cylindrical-coordinate representation of color #0B196F: hue angle of 231.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B196F is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 25 111 -
CMYK 0.90 0.77 0 0.56
HSL 231.6º 0.82% 0.24% -
HSV(B) 231.6º 0.9% 0.44% -
XYZ 3.35 1.91 15.23 -
YUV 30.62 173.36 114.01 -
System Red Green Blue C M Y K H S L
Decimal 11 25 111 0.90 0.77 0 0.56 231.6 0.82 0.24
Hex B 19 6F 5A 4D 0 38 E8 52 18
Octal 13 31 157 132 115 0 70 350 122 30
Binary 1011 11001 1101111 1011010 1001101 0 111000 11101000 1010010 11000

Color Harmonies of #0B196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B196F

Black with #0B196F

Text Example


Text Example

White with #0B196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,25,111); }

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

background-color css

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

 a { background-color: rgb(11,25,111); }

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

border-color css

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

 span { border-color: rgb(11,25,111); }

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