Html Css Color HEX #0B348D Smalt

📋 copy color: '#0B348D'

red 11 ◦ green 52 ◦ blue 141

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

Shades of Smalt #0B348D

Tints of Smalt #0B348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.49%

 BLUE value IS 141 (55.47% from 255) = 69.12%

R = 5.39%
G = 25.49%
B = 69.12%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0B348D (or 0x0B348D) is known color: Smalt. HEX triplet: 0B, 34 and 8D. RGB value is (11,52,141). Sum of RGB (Red+Green+Blue) = 11+52+141=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B348D is #F4CB72. Grayscale: #313131. Windows color (decimal): -16042867 or 9253899. OLE color: 9253899.

HSL color Cylindrical-coordinate representation of color #0B348D: hue angle of 221.08º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B348D is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 11 52 141 -
CMYK 0.92 0.63 0 0.45
HSL 221.08º 0.86% 0.3% -
HSV(B) 221.08º 0.92% 0.55% -
XYZ 6.17 4.45 25.73 -
YUV 49.89 179.42 100.26 -
System Red Green Blue C M Y K H S L
Decimal 11 52 141 0.92 0.63 0 0.45 221.08 0.86 0.3
Hex B 34 8D 5C 3F 0 2D DD 56 1E
Octal 13 64 215 134 77 0 55 335 126 36
Binary 1011 110100 10001101 1011100 111111 0 101101 11011101 1010110 11110

Color Harmonies of #0B348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B348D

Black with #0B348D

Text Example


Text Example

White with #0B348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,52,141); }

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

background-color css

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

 a { background-color: rgb(11,52,141); }

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

border-color css

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

 span { border-color: rgb(11,52,141); }

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