Html Css Color HEX #0B3490 Smalt

📋 copy color: '#0B3490'

red 11 ◦ green 52 ◦ blue 144

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

Shades of Smalt #0B3490

Tints of Smalt #0B3490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 69.57%

R = 5.31%
G = 25.12%
B = 69.57%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0B3490 (or 0x0B3490) is known color: Smalt. HEX triplet: 0B, 34 and 90. RGB value is (11,52,144). Sum of RGB (Red+Green+Blue) = 11+52+144=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #0B3490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3490 is #F4CB6F. Grayscale: #313131. Windows color (decimal): -16042864 or 9450507. OLE color: 9450507.

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

Color convert

RGB 11 52 144 -
CMYK 0.92 0.64 0 0.44
HSL 221.5º 0.86% 0.3% -
HSV(B) 221.5º 0.92% 0.56% -
XYZ 6.4 4.54 26.92 -
YUV 50.23 180.92 100.02 -
System Red Green Blue C M Y K H S L
Decimal 11 52 144 0.92 0.64 0 0.44 221.5 0.86 0.3
Hex B 34 90 5C 40 0 2C DE 56 1E
Octal 13 64 220 134 100 0 54 336 126 36
Binary 1011 110100 10010000 1011100 1000000 0 101100 11011110 1010110 11110

Color Harmonies of #0B3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3490

Black with #0B3490

Text Example


Text Example

White with #0B3490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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