Html Css Color HEX #0B3792 Smalt

📋 copy color: '#0B3792'

red 11 ◦ green 55 ◦ blue 146

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

Shades of Smalt #0B3792

Tints of Smalt #0B3792

RGB

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

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

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

R = 5.19%
G = 25.94%
B = 68.87%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0B3792 (or 0x0B3792) is known color: Smalt. HEX triplet: 0B, 37 and 92. RGB value is (11,55,146). Sum of RGB (Red+Green+Blue) = 11+55+146=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #0B3792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3792 is #F4C86D. Grayscale: #333333. Windows color (decimal): -16042094 or 9582347. OLE color: 9582347.

HSL color Cylindrical-coordinate representation of color #0B3792: hue angle of 220.44º 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 #0B3792 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 11 55 146 -
CMYK 0.92 0.62 0 0.43
HSL 220.44º 0.86% 0.31% -
HSV(B) 220.44º 0.92% 0.57% -
XYZ 6.69 4.88 27.78 -
YUV 52.22 180.92 98.6 -
System Red Green Blue C M Y K H S L
Decimal 11 55 146 0.92 0.62 0 0.43 220.44 0.86 0.31
Hex B 37 92 5C 3E 0 2B DC 56 1F
Octal 13 67 222 134 76 0 53 334 126 37
Binary 1011 110111 10010010 1011100 111110 0 101011 11011100 1010110 11111

Color Harmonies of #0B3792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3792

Black with #0B3792

Text Example


Text Example

White with #0B3792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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