#0B2ABF

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

Shades of Persian Blue #0B2ABF

Tints of Persian Blue #0B2ABF

Color information

#0B2ABF (or 0x0B2ABF) is unknown color: approx Persian Blue. HEX triplet: 0B, 2A and BF. RGB value is (11,42,191). Sum of RGB (Red+Green+Blue) = 11+42+191=244 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.51% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 191 (75% from 255 or 78.28% from 244); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B2ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B2ABF is #F4D540. Grayscale: #313131. Windows color (decimal): -16045377 or 12528139. OLE color: 12528139.

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

Color convert

RGB1142191-
CMYK0.940.7800.25
HSL229.67º89.11%39.61%-
HSV(B)229.67º94.24%74.9%-
XYZ10.375.4949.8-
YUV49.72207.73100.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.51%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 191 (75% from 255) = 78.28%
R=4.51%
G=17.21%
B=78.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11421910.940.7800.25229.6789.1139.61
HexB2ABF5E4E019e65928
Octal135227713611603134613150
Binary10111010101011111110111101001110011001111001101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,42,191); }

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

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

 a { background-color: rgb(11,42,191); }

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

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

 span { border-color: rgb(11,42,191); }

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