Html Css Color HEX #0B3799 Smalt

📋 copy color: '#0B3799'

red 11 ◦ green 55 ◦ blue 153

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

Shades of Smalt #0B3799

Tints of Smalt #0B3799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 69.86%

R = 5.02%
G = 25.11%
B = 69.86%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0B3799 (or 0x0B3799) is known color: Smalt. HEX triplet: 0B, 37 and 99. RGB value is (11,55,153). Sum of RGB (Red+Green+Blue) = 11+55+153=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B3799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3799 is #F4C866. Grayscale: #343434. Windows color (decimal): -16042087 or 10041099. OLE color: 10041099.

HSL color Cylindrical-coordinate representation of color #0B3799: hue angle of 221.41º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B3799 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 11 55 153 -
CMYK 0.93 0.64 0 0.4
HSL 221.41º 0.87% 0.32% -
HSV(B) 221.41º 0.93% 0.6% -
XYZ 7.25 5.1 30.74 -
YUV 53.02 184.42 98.03 -
System Red Green Blue C M Y K H S L
Decimal 11 55 153 0.93 0.64 0 0.4 221.41 0.87 0.32
Hex B 37 99 5D 40 0 28 DD 57 20
Octal 13 67 231 135 100 0 50 335 127 40
Binary 1011 110111 10011001 1011101 1000000 0 101000 11011101 1010111 100000

Color Harmonies of #0B3799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3799

Black with #0B3799

Text Example


Text Example

White with #0B3799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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