Html Css Color HEX #0B348B Smalt

📋 copy color: '#0B348B'

red 11 ◦ green 52 ◦ blue 139

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

Shades of Smalt #0B348B

Tints of Smalt #0B348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 68.81%

R = 5.45%
G = 25.74%
B = 68.81%

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

#0B348B (or 0x0B348B) is known color: Smalt. HEX triplet: 0B, 34 and 8B. RGB value is (11,52,139). Sum of RGB (Red+Green+Blue) = 11+52+139=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B348B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B348B is #F4CB74. Grayscale: #313131. Windows color (decimal): -16042869 or 9122827. OLE color: 9122827.

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

Color convert

RGB 11 52 139 -
CMYK 0.92 0.63 0 0.45
HSL 220.78º 0.85% 0.29% -
HSV(B) 220.78º 0.92% 0.55% -
XYZ 6.03 4.39 24.96 -
YUV 49.66 178.42 100.43 -
System Red Green Blue C M Y K H S L
Decimal 11 52 139 0.92 0.63 0 0.45 220.78 0.85 0.29
Hex B 34 8B 5C 3F 0 2D DD 55 1D
Octal 13 64 213 134 77 0 55 335 125 35
Binary 1011 110100 10001011 1011100 111111 0 101101 11011101 1010101 11101

Color Harmonies of #0B348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B348B

Black with #0B348B

Text Example


Text Example

White with #0B348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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