Html Css Color HEX #0B369A Smalt

📋 copy color: '#0B369A'

red 11 ◦ green 54 ◦ blue 154

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

Shades of Smalt #0B369A

Tints of Smalt #0B369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.66%

 BLUE value IS 154 (60.55% from 255) = 70.32%

R = 5.02%
G = 24.66%
B = 70.32%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0B369A (or 0x0B369A) is known color: Smalt. HEX triplet: 0B, 36 and 9A. RGB value is (11,54,154). Sum of RGB (Red+Green+Blue) = 11+54+154=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 154 (60.55% from 255 or 70.32% from 219); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B369A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B369A is #F4C965. Grayscale: #343434. Windows color (decimal): -16042342 or 10106379. OLE color: 10106379.

HSL color Cylindrical-coordinate representation of color #0B369A: hue angle of 221.96º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B369A is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 11 54 154 -
CMYK 0.93 0.65 0 0.40
HSL 221.96º 0.87% 0.32% -
HSV(B) 221.96º 0.93% 0.6% -
XYZ 7.29 5.04 31.16 -
YUV 52.54 185.25 98.37 -
System Red Green Blue C M Y K H S L
Decimal 11 54 154 0.93 0.65 0 0.40 221.96 0.87 0.32
Hex B 36 9A 5D 41 0 28 DE 57 20
Octal 13 66 232 135 101 0 50 336 127 40
Binary 1011 110110 10011010 1011101 1000001 0 101000 11011110 1010111 100000

Color Harmonies of #0B369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B369A

Black with #0B369A

Text Example


Text Example

White with #0B369A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,54,154); }

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

background-color css

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

 a { background-color: rgb(11,54,154); }

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

border-color css

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

 span { border-color: rgb(11,54,154); }

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