Html Css Color HEX #0B145D Midnight Blue

📋 copy color: '#0B145D'

red 11 ◦ green 20 ◦ blue 93

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

Shades of Midnight Blue #0B145D

Tints of Midnight Blue #0B145D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 75%

R = 8.87%
G = 16.13%
B = 75%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0B145D (or 0x0B145D) is known color: Midnight Blue. HEX triplet: 0B, 14 and 5D. RGB value is (11,20,93). Sum of RGB (Red+Green+Blue) = 11+20+93=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 93 (36.72% from 255 or 75% from 124); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B145D is #F4EBA2. Grayscale: #191919. Windows color (decimal): -16051107 or 6099979. OLE color: 6099979.

HSL color Cylindrical-coordinate representation of color #0B145D: hue angle of 233.41º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B145D is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 11 20 93 -
CMYK 0.88 0.78 0 0.64
HSL 233.41º 0.79% 0.2% -
HSV(B) 233.41º 0.88% 0.36% -
XYZ 2.36 1.36 10.49 -
YUV 25.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 11 20 93 0.88 0.78 0 0.64 233.41 0.79 0.2
Hex B 14 5D 58 4E 0 40 E9 4F 14
Octal 13 24 135 130 116 0 100 351 117 24
Binary 1011 10100 1011101 1011000 1001110 0 1000000 11101001 1001111 10100

Color Harmonies of #0B145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B145D

Black with #0B145D

Text Example


Text Example

White with #0B145D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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