Html Css Color HEX #0B359B Smalt

📋 copy color: '#0B359B'

red 11 ◦ green 53 ◦ blue 155

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

Shades of Smalt #0B359B

Tints of Smalt #0B359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

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

R = 5.02%
G = 24.2%
B = 70.78%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0B359B (or 0x0B359B) is known color: Smalt. HEX triplet: 0B, 35 and 9B. RGB value is (11,53,155). Sum of RGB (Red+Green+Blue) = 11+53+155=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B359B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B359B is #F4CA64. Grayscale: #333333. Windows color (decimal): -16042597 or 10171659. OLE color: 10171659.

HSL color Cylindrical-coordinate representation of color #0B359B: hue angle of 222.5º 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 #0B359B is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 11 53 155 -
CMYK 0.93 0.66 0 0.39
HSL 222.5º 0.87% 0.33% -
HSV(B) 222.5º 0.93% 0.61% -
XYZ 7.33 4.98 31.59 -
YUV 52.07 186.09 98.71 -
System Red Green Blue C M Y K H S L
Decimal 11 53 155 0.93 0.66 0 0.39 222.5 0.87 0.33
Hex B 35 9B 5D 42 0 27 DE 57 21
Octal 13 65 233 135 102 0 47 336 127 41
Binary 1011 110101 10011011 1011101 1000010 0 100111 11011110 1010111 100001

Color Harmonies of #0B359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B359B

Black with #0B359B

Text Example


Text Example

White with #0B359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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