Html Css Color HEX #0B1360 Midnight Blue

📋 copy color: '#0B1360'

red 11 ◦ green 19 ◦ blue 96

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

Shades of Midnight Blue #0B1360

Tints of Midnight Blue #0B1360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 76.19%

R = 8.73%
G = 15.08%
B = 76.19%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B1360 (or 0x0B1360) is known color: Midnight Blue. HEX triplet: 0B, 13 and 60. RGB value is (11,19,96). Sum of RGB (Red+Green+Blue) = 11+19+96=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B1360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1360 is #F4EC9F. Grayscale: #191919. Windows color (decimal): -16051360 or 6296331. OLE color: 6296331.

HSL color Cylindrical-coordinate representation of color #0B1360: hue angle of 234.35º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B1360 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 19 96 -
CMYK 0.89 0.80 0 0.62
HSL 234.35º 0.79% 0.21% -
HSV(B) 234.35º 0.89% 0.38% -
XYZ 2.48 1.38 11.2 -
YUV 25.39 167.85 117.74 -
System Red Green Blue C M Y K H S L
Decimal 11 19 96 0.89 0.80 0 0.62 234.35 0.79 0.21
Hex B 13 60 59 50 0 3E EA 4F 15
Octal 13 23 140 131 120 0 76 352 117 25
Binary 1011 10011 1100000 1011001 1010000 0 111110 11101010 1001111 10101

Color Harmonies of #0B1360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1360

Black with #0B1360

Text Example


Text Example

White with #0B1360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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