#0B2BBE

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

Shades of Persian Blue #0B2BBE

Tints of Persian Blue #0B2BBE

Color information

#0B2BBE (or 0x0B2BBE) is unknown color: approx Persian Blue. HEX triplet: 0B, 2B and BE. RGB value is (11,43,190). Sum of RGB (Red+Green+Blue) = 11+43+190=244 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.51% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 190 (74.61% from 255 or 77.87% from 244); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B2BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B2BBE is #F4D441. Grayscale: #313131. Windows color (decimal): -16045122 or 12462859. OLE color: 12462859.

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

Color convert

RGB1143190-
CMYK0.940.7700.25
HSL229.27º89.05%39.41%-
HSV(B)229.27º94.21%74.51%-
XYZ10.35.5249.24-
YUV50.19206.9100.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.51%
GREEN value IS 43 (17.19% from 255) = 17.62%
BLUE value IS 190 (74.61% from 255) = 77.87%
R=4.51%
G=17.62%
B=77.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11431900.940.7700.25229.2789.0539.41
HexB2BBE5E4D019e55927
Octal135327613611503134513147
Binary10111010111011111010111101001101011001111001011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,43,190); }

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

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

 a { background-color: rgb(11,43,190); }

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

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

 span { border-color: rgb(11,43,190); }

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