Html Css Color HEX #0B1375 Midnight Blue

📋 copy color: '#0B1375'

red 11 ◦ green 19 ◦ blue 117

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

Shades of Midnight Blue #0B1375

Tints of Midnight Blue #0B1375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 79.59%

R = 7.48%
G = 12.93%
B = 79.59%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0B1375 (or 0x0B1375) is known color: Midnight Blue. HEX triplet: 0B, 13 and 75. RGB value is (11,19,117). Sum of RGB (Red+Green+Blue) = 11+19+117=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 117 (46.09% from 255 or 79.59% from 147); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B1375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1375 is #F4EC8A. Grayscale: #1B1B1B. Windows color (decimal): -16051339 or 7672587. OLE color: 7672587.

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

Color convert

RGB 11 19 117 -
CMYK 0.91 0.84 0 0.54
HSL 235.47º 0.83% 0.25% -
HSV(B) 235.47º 0.91% 0.46% -
XYZ 3.58 1.82 16.99 -
YUV 27.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 11 19 117 0.91 0.84 0 0.54 235.47 0.83 0.25
Hex B 13 75 5B 54 0 36 EB 53 19
Octal 13 23 165 133 124 0 66 353 123 31
Binary 1011 10011 1110101 1011011 1010100 0 110110 11101011 1010011 11001

Color Harmonies of #0B1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1375

Black with #0B1375

Text Example


Text Example

White with #0B1375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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