Html Css Color HEX #0B2984 Smalt

📋 copy color: '#0B2984'

red 11 ◦ green 41 ◦ blue 132

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

Shades of Smalt #0B2984

Tints of Smalt #0B2984

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.28%

 BLUE value IS 132 (51.95% from 255) = 71.74%

R = 5.98%
G = 22.28%
B = 71.74%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0B2984 (or 0x0B2984) is known color: Smalt. HEX triplet: 0B, 29 and 84. RGB value is (11,41,132). Sum of RGB (Red+Green+Blue) = 11+41+132=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 132 (51.95% from 255 or 71.74% from 184); Max value from RGB is 132 - color contains mainly: blue. Hex color #0B2984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2984 is #F4D67B. Grayscale: #2A2A2A. Windows color (decimal): -16045692 or 8661259. OLE color: 8661259.

HSL color Cylindrical-coordinate representation of color #0B2984: hue angle of 225.12º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B2984 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 11 41 132 -
CMYK 0.92 0.69 0 0.48
HSL 225.12º 0.85% 0.28% -
HSV(B) 225.12º 0.92% 0.52% -
XYZ 5.1 3.32 22.2 -
YUV 42.4 178.56 105.6 -
System Red Green Blue C M Y K H S L
Decimal 11 41 132 0.92 0.69 0 0.48 225.12 0.85 0.28
Hex B 29 84 5C 45 0 30 E1 55 1C
Octal 13 51 204 134 105 0 60 341 125 34
Binary 1011 101001 10000100 1011100 1000101 0 110000 11100001 1010101 11100

Color Harmonies of #0B2984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2984

Black with #0B2984

Text Example


Text Example

White with #0B2984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,41,132); }

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

background-color css

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

 a { background-color: rgb(11,41,132); }

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

border-color css

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

 span { border-color: rgb(11,41,132); }

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