Html Css Color HEX #0B369B Smalt

📋 copy color: '#0B369B'

red 11 ◦ green 54 ◦ blue 155

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

Shades of Smalt #0B369B

Tints of Smalt #0B369B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 70.45%

R = 5%
G = 24.55%
B = 70.45%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0B369B (or 0x0B369B) is known color: Smalt. HEX triplet: 0B, 36 and 9B. RGB value is (11,54,155). Sum of RGB (Red+Green+Blue) = 11+54+155=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B369B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B369B is #F4C964. Grayscale: #343434. Windows color (decimal): -16042341 or 10171915. OLE color: 10171915.

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

Color convert

RGB 11 54 155 -
CMYK 0.93 0.65 0 0.39
HSL 222.08º 0.87% 0.33% -
HSV(B) 222.08º 0.93% 0.61% -
XYZ 7.37 5.08 31.6 -
YUV 52.66 185.75 98.29 -
System Red Green Blue C M Y K H S L
Decimal 11 54 155 0.93 0.65 0 0.39 222.08 0.87 0.33
Hex B 36 9B 5D 41 0 27 DE 57 21
Octal 13 66 233 135 101 0 47 336 127 41
Binary 1011 110110 10011011 1011101 1000001 0 100111 11011110 1010111 100001

Color Harmonies of #0B369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B369B

Black with #0B369B

Text Example


Text Example

White with #0B369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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