#0B2BCA

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

Shades of Persian Blue #0B2BCA

Tints of Persian Blue #0B2BCA

Color information

#0B2BCA (or 0x0B2BCA) is unknown color: approx Persian Blue. HEX triplet: 0B, 2B and CA. RGB value is (11,43,202). Sum of RGB (Red+Green+Blue) = 11+43+202=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 202 (79.30% from 255 or 78.91% from 256); Max value from RGB is 202 - color contains mainly: blue. Hex color #0B2BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B2BCA is #F4D435. Grayscale: #323232. Windows color (decimal): -16045110 or 13249291. OLE color: 13249291.

HSL color Cylindrical-coordinate representation of color #0B2BCA: hue angle of 229.95º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B2BCA is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1143202-
CMYK0.950.7900.21
HSL229.95º89.67%41.76%-
HSV(B)229.95º94.55%79.22%-
XYZ11.666.0656.43-
YUV51.56212.999.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.30%
GREEN value IS 43 (17.19% from 255) = 16.80%
BLUE value IS 202 (79.30% from 255) = 78.91%
R=4.30%
G=16.80%
B=78.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11432020.950.7900.21229.9589.6741.76
HexB2BCA5F4F015e65a2a
Octal135331213711702534613252
Binary10111010111100101010111111001111010101111001101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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