#0B2CBA

Color #0B2CBA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0B2CBA

Tints of Persian Blue #0B2CBA

Color information

#0B2CBA (or 0x0B2CBA) is unknown color: approx Persian Blue. HEX triplet: 0B, 2C and BA. RGB value is (11,44,186). Sum of RGB (Red+Green+Blue) = 11+44+186=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B2CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B2CBA is #F4D345. Grayscale: #313131. Windows color (decimal): -16044870 or 12200971. OLE color: 12200971.

HSL color Cylindrical-coordinate representation of color #0B2CBA: hue angle of 228.69º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B2CBA is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1144186-
CMYK0.940.7600.27
HSL228.69º88.83%38.63%-
HSV(B)228.69º94.09%72.94%-
XYZ9.95.4246.98-
YUV50.32204.5799.95-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.56%
GREEN value IS 44 (17.58% from 255) = 18.26%
BLUE value IS 186 (73.05% from 255) = 77.18%
R=4.56%
G=18.26%
B=77.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11441860.940.7600.27228.6988.8338.63
HexB2CBA5E4C01Be55927
Octal135427213611403334513147
Binary10111011001011101010111101001100011011111001011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B2CBA;
 }
 .AnyTagClassName
 {
   color: #0B2CBA;
 }
</style>
background-color css

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

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

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

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

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

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