#0B1DBF

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

Shades of Persian Blue #0B1DBF

Tints of Persian Blue #0B1DBF

Color information

#0B1DBF (or 0x0B1DBF) is unknown color: approx Persian Blue. HEX triplet: 0B, 1D and BF. RGB value is (11,29,191). Sum of RGB (Red+Green+Blue) = 11+29+191=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 191 (75% from 255 or 82.68% from 231); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B1DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1DBF is #F4E240. Grayscale: #292929. Windows color (decimal): -16048705 or 12524811. OLE color: 12524811.

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

Color convert

RGB1129191-
CMYK0.940.8500.25
HSL234º89.11%39.61%-
HSV(B)234º94.24%74.9%-
XYZ9.984.7149.67-
YUV42.09212.04105.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.76%
GREEN value IS 29 (11.72% from 255) = 12.55%
BLUE value IS 191 (75% from 255) = 82.68%
R=4.76%
G=12.55%
B=82.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11291910.940.8500.2523489.1139.61
HexB1DBF5E55019ea5928
Octal133527713612503135213150
Binary1011111011011111110111101010101011001111010101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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