Html Css Color HEX #0B3789 Smalt

📋 copy color: '#0B3789'

red 11 ◦ green 55 ◦ blue 137

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

Shades of Smalt #0B3789

Tints of Smalt #0B3789

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.09%

 BLUE value IS 137 (53.91% from 255) = 67.49%

R = 5.42%
G = 27.09%
B = 67.49%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0B3789 (or 0x0B3789) is known color: Smalt. HEX triplet: 0B, 37 and 89. RGB value is (11,55,137). Sum of RGB (Red+Green+Blue) = 11+55+137=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #0B3789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3789 is #F4C876. Grayscale: #323232. Windows color (decimal): -16042103 or 8992523. OLE color: 8992523.

HSL color Cylindrical-coordinate representation of color #0B3789: hue angle of 219.05º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B3789 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 11 55 137 -
CMYK 0.92 0.60 0 0.46
HSL 219.05º 0.85% 0.29% -
HSV(B) 219.05º 0.92% 0.54% -
XYZ 6.02 4.61 24.24 -
YUV 51.19 176.42 99.33 -
System Red Green Blue C M Y K H S L
Decimal 11 55 137 0.92 0.60 0 0.46 219.05 0.85 0.29
Hex B 37 89 5C 3C 0 2E DB 55 1D
Octal 13 67 211 134 74 0 56 333 125 35
Binary 1011 110111 10001001 1011100 111100 0 101110 11011011 1010101 11101

Color Harmonies of #0B3789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3789

Black with #0B3789

Text Example


Text Example

White with #0B3789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,55,137); }

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

background-color css

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

 a { background-color: rgb(11,55,137); }

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

border-color css

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

 span { border-color: rgb(11,55,137); }

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