Html Css Color HEX #0B2C95 Smalt

📋 copy color: '#0B2C95'

red 11 ◦ green 44 ◦ blue 149

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

Shades of Smalt #0B2C95

Tints of Smalt #0B2C95

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.57%

 BLUE value IS 149 (58.59% from 255) = 73.04%

R = 5.39%
G = 21.57%
B = 73.04%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0B2C95 (or 0x0B2C95) is known color: Smalt. HEX triplet: 0B, 2C and 95. RGB value is (11,44,149). Sum of RGB (Red+Green+Blue) = 11+44+149=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #0B2C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2C95 is #F4D36A. Grayscale: #2D2D2D. Windows color (decimal): -16044907 or 9776139. OLE color: 9776139.

HSL color Cylindrical-coordinate representation of color #0B2C95: hue angle of 225.65º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B2C95 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 44 149 -
CMYK 0.93 0.70 0 0.42
HSL 225.65º 0.86% 0.31% -
HSV(B) 225.65º 0.93% 0.58% -
XYZ 6.46 4.04 28.87 -
YUV 46.1 186.07 102.96 -
System Red Green Blue C M Y K H S L
Decimal 11 44 149 0.93 0.70 0 0.42 225.65 0.86 0.31
Hex B 2C 95 5D 46 0 2A E2 56 1F
Octal 13 54 225 135 106 0 52 342 126 37
Binary 1011 101100 10010101 1011101 1000110 0 101010 11100010 1010110 11111

Color Harmonies of #0B2C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2C95

Black with #0B2C95

Text Example


Text Example

White with #0B2C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,44,149); }

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

background-color css

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

 a { background-color: rgb(11,44,149); }

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

border-color css

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

 span { border-color: rgb(11,44,149); }

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