Html Css Color HEX #0B1D7D Midnight Blue

📋 copy color: '#0B1D7D'

red 11 ◦ green 29 ◦ blue 125

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

Shades of Midnight Blue #0B1D7D

Tints of Midnight Blue #0B1D7D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.58%

 BLUE value IS 125 (49.22% from 255) = 75.76%

R = 6.67%
G = 17.58%
B = 75.76%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B1D7D (or 0x0B1D7D) is known color: Midnight Blue. HEX triplet: 0B, 1D and 7D. RGB value is (11,29,125). Sum of RGB (Red+Green+Blue) = 11+29+125=165 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.67% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 125 (49.22% from 255 or 75.76% from 165); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B1D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1D7D is #F4E282. Grayscale: #222222. Windows color (decimal): -16048771 or 8199435. OLE color: 8199435.

HSL color Cylindrical-coordinate representation of color #0B1D7D: hue angle of 230.53º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1D7D is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 29 125 -
CMYK 0.91 0.77 0 0.51
HSL 230.53º 0.84% 0.27% -
HSV(B) 230.53º 0.91% 0.49% -
XYZ 4.28 2.43 19.65 -
YUV 34.56 179.04 111.19 -
System Red Green Blue C M Y K H S L
Decimal 11 29 125 0.91 0.77 0 0.51 230.53 0.84 0.27
Hex B 1D 7D 5B 4D 0 33 E7 54 1B
Octal 13 35 175 133 115 0 63 347 124 33
Binary 1011 11101 1111101 1011011 1001101 0 110011 11100111 1010100 11011

Color Harmonies of #0B1D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1D7D

Black with #0B1D7D

Text Example


Text Example

White with #0B1D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,29,125); }

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

background-color css

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

 a { background-color: rgb(11,29,125); }

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

border-color css

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

 span { border-color: rgb(11,29,125); }

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