Html Css Color HEX #0B3392 Smalt

📋 copy color: '#0B3392'

red 11 ◦ green 51 ◦ blue 146

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

Shades of Smalt #0B3392

Tints of Smalt #0B3392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.52%

 BLUE value IS 146 (57.42% from 255) = 70.19%

R = 5.29%
G = 24.52%
B = 70.19%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0B3392 (or 0x0B3392) is known color: Smalt. HEX triplet: 0B, 33 and 92. RGB value is (11,51,146). Sum of RGB (Red+Green+Blue) = 11+51+146=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 146 (57.42% from 255 or 70.19% from 208); Max value from RGB is 146 - color contains mainly: blue. Hex color #0B3392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3392 is #F4CC6D. Grayscale: #313131. Windows color (decimal): -16043118 or 9581323. OLE color: 9581323.

HSL color Cylindrical-coordinate representation of color #0B3392: hue angle of 222.22º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B3392 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 11 51 146 -
CMYK 0.92 0.65 0 0.43
HSL 222.22º 0.86% 0.31% -
HSV(B) 222.22º 0.92% 0.57% -
XYZ 6.51 4.51 27.72 -
YUV 49.87 182.25 100.28 -
System Red Green Blue C M Y K H S L
Decimal 11 51 146 0.92 0.65 0 0.43 222.22 0.86 0.31
Hex B 33 92 5C 41 0 2B DE 56 1F
Octal 13 63 222 134 101 0 53 336 126 37
Binary 1011 110011 10010010 1011100 1000001 0 101011 11011110 1010110 11111

Color Harmonies of #0B3392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3392

Black with #0B3392

Text Example


Text Example

White with #0B3392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,51,146); }

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

background-color css

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

 a { background-color: rgb(11,51,146); }

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

border-color css

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

 span { border-color: rgb(11,51,146); }

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