Html Css Color HEX #0B328E Smalt

📋 copy color: '#0B328E'

red 11 ◦ green 50 ◦ blue 142

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

Shades of Smalt #0B328E

Tints of Smalt #0B328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

 BLUE value IS 142 (55.86% from 255) = 69.95%

R = 5.42%
G = 24.63%
B = 69.95%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0B328E (or 0x0B328E) is known color: Smalt. HEX triplet: 0B, 32 and 8E. RGB value is (11,50,142). Sum of RGB (Red+Green+Blue) = 11+50+142=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #0B328E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B328E is #F4CD71. Grayscale: #303030. Windows color (decimal): -16043378 or 9318923. OLE color: 9318923.

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

Color convert

RGB 11 50 142 -
CMYK 0.92 0.65 0 0.44
HSL 222.14º 0.86% 0.3% -
HSV(B) 222.14º 0.92% 0.56% -
XYZ 6.16 4.31 26.1 -
YUV 48.83 180.58 101.02 -
System Red Green Blue C M Y K H S L
Decimal 11 50 142 0.92 0.65 0 0.44 222.14 0.86 0.3
Hex B 32 8E 5C 41 0 2C DE 56 1E
Octal 13 62 216 134 101 0 54 336 126 36
Binary 1011 110010 10001110 1011100 1000001 0 101100 11011110 1010110 11110

Color Harmonies of #0B328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B328E

Black with #0B328E

Text Example


Text Example

White with #0B328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,50,142); }

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

background-color css

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

 a { background-color: rgb(11,50,142); }

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

border-color css

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

 span { border-color: rgb(11,50,142); }

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