Html Css Color HEX #0B135C Midnight Blue

📋 copy color: '#0B135C'

red 11 ◦ green 19 ◦ blue 92

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

Shades of Midnight Blue #0B135C

Tints of Midnight Blue #0B135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 75.41%

R = 9.02%
G = 15.57%
B = 75.41%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0B135C (or 0x0B135C) is known color: Midnight Blue. HEX triplet: 0B, 13 and 5C. RGB value is (11,19,92). Sum of RGB (Red+Green+Blue) = 11+19+92=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 92 (36.33% from 255 or 75.41% from 122); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B135C is #F4ECA3. Grayscale: #181818. Windows color (decimal): -16051364 or 6034187. OLE color: 6034187.

HSL color Cylindrical-coordinate representation of color #0B135C: hue angle of 234.07º 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 #0B135C is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 11 19 92 -
CMYK 0.88 0.79 0 0.64
HSL 234.07º 0.79% 0.2% -
HSV(B) 234.07º 0.88% 0.36% -
XYZ 2.3 1.31 10.26 -
YUV 24.93 165.85 118.06 -
System Red Green Blue C M Y K H S L
Decimal 11 19 92 0.88 0.79 0 0.64 234.07 0.79 0.2
Hex B 13 5C 58 4F 0 40 EA 4F 14
Octal 13 23 134 130 117 0 100 352 117 24
Binary 1011 10011 1011100 1011000 1001111 0 1000000 11101010 1001111 10100

Color Harmonies of #0B135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B135C

Black with #0B135C

Text Example


Text Example

White with #0B135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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