Html Css Color HEX #0B145F Midnight Blue

📋 copy color: '#0B145F'

red 11 ◦ green 20 ◦ blue 95

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

Shades of Midnight Blue #0B145F

Tints of Midnight Blue #0B145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.87%

 BLUE value IS 95 (37.5% from 255) = 75.4%

R = 8.73%
G = 15.87%
B = 75.4%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0B145F (or 0x0B145F) is known color: Midnight Blue. HEX triplet: 0B, 14 and 5F. RGB value is (11,20,95). Sum of RGB (Red+Green+Blue) = 11+20+95=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 95 (37.5% from 255 or 75.40% from 126); Max value from RGB is 95 - color contains mainly: blue. Hex color #0B145F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B145F is #F4EBA0. Grayscale: #191919. Windows color (decimal): -16051105 or 6231051. OLE color: 6231051.

HSL color Cylindrical-coordinate representation of color #0B145F: hue angle of 233.57º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B145F is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 11 20 95 -
CMYK 0.88 0.79 0 0.63
HSL 233.57º 0.79% 0.21% -
HSV(B) 233.57º 0.88% 0.37% -
XYZ 2.45 1.4 10.97 -
YUV 25.86 167.02 117.4 -
System Red Green Blue C M Y K H S L
Decimal 11 20 95 0.88 0.79 0 0.63 233.57 0.79 0.21
Hex B 14 5F 58 4F 0 3F EA 4F 15
Octal 13 24 137 130 117 0 77 352 117 25
Binary 1011 10100 1011111 1011000 1001111 0 111111 11101010 1001111 10101

Color Harmonies of #0B145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B145F

Black with #0B145F

Text Example


Text Example

White with #0B145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,20,95); }

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

background-color css

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

 a { background-color: rgb(11,20,95); }

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

border-color css

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

 span { border-color: rgb(11,20,95); }

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