Html Css Color HEX #0B4195 Smalt

📋 copy color: '#0B4195'

red 11 ◦ green 65 ◦ blue 149

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

Shades of Smalt #0B4195

Tints of Smalt #0B4195

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.89%

 BLUE value IS 149 (58.59% from 255) = 66.22%

R = 4.89%
G = 28.89%
B = 66.22%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0B4195 (or 0x0B4195) is known color: Smalt. HEX triplet: 0B, 41 and 95. RGB value is (11,65,149). Sum of RGB (Red+Green+Blue) = 11+65+149=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #0B4195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4195 is #F4BE6A. Grayscale: #3A3A3A. Windows color (decimal): -16039531 or 9781515. OLE color: 9781515.

HSL color Cylindrical-coordinate representation of color #0B4195: hue angle of 216.52º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B4195 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 65 149 -
CMYK 0.93 0.56 0 0.42
HSL 216.52º 0.86% 0.31% -
HSV(B) 216.52º 0.93% 0.58% -
XYZ 7.45 6.02 29.2 -
YUV 58.43 179.11 94.17 -
System Red Green Blue C M Y K H S L
Decimal 11 65 149 0.93 0.56 0 0.42 216.52 0.86 0.31
Hex B 41 95 5D 38 0 2A D9 56 1F
Octal 13 101 225 135 70 0 52 331 126 37
Binary 1011 1000001 10010101 1011101 111000 0 101010 11011001 1010110 11111

Color Harmonies of #0B4195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4195

Black with #0B4195

Text Example


Text Example

White with #0B4195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,65,149); }

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

background-color css

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

 a { background-color: rgb(11,65,149); }

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

border-color css

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

 span { border-color: rgb(11,65,149); }

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