#0B31BF

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

Shades of Persian Blue #0B31BF

Tints of Persian Blue #0B31BF

Color information

#0B31BF (or 0x0B31BF) is unknown color: approx Persian Blue. HEX triplet: 0B, 31 and BF. RGB value is (11,49,191). Sum of RGB (Red+Green+Blue) = 11+49+191=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B31BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B31BF is #F4CE40. Grayscale: #353535. Windows color (decimal): -16043585 or 12529931. OLE color: 12529931.

HSL color Cylindrical-coordinate representation of color #0B31BF: hue angle of 227.33º 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 #0B31BF is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1149191-
CMYK0.940.7400.25
HSL227.33º89.11%39.61%-
HSV(B)227.33º94.24%74.9%-
XYZ10.646.0349.89-
YUV53.83205.4197.45-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.38%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 191 (75% from 255) = 76.10%
R=4.38%
G=19.52%
B=76.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11491910.940.7400.25227.3389.1139.61
HexB31BF5E4A019e35928
Octal136127713611203134313150
Binary10111100011011111110111101001010011001111000111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B31BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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