#0B37BD

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

Shades of Persian Blue #0B37BD

Tints of Persian Blue #0B37BD

Color information

#0B37BD (or 0x0B37BD) is unknown color: approx Persian Blue. HEX triplet: 0B, 37 and BD. RGB value is (11,55,189). Sum of RGB (Red+Green+Blue) = 11+55+189=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B37BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B37BD is #F4C842. Grayscale: #383838. Windows color (decimal): -16042051 or 12400395. OLE color: 12400395.

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

Color convert

RGB1155189-
CMYK0.940.7100.26
HSL225.17º89%39.22%-
HSV(B)225.17º94.18%74.12%-
XYZ10.696.4848.83-
YUV57.12202.4295.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.31%
GREEN value IS 55 (21.88% from 255) = 21.57%
BLUE value IS 189 (74.22% from 255) = 74.12%
R=4.31%
G=21.57%
B=74.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11551890.940.7100.26225.178939.22
HexB37BD5E4701Ae15927
Octal136727513610703234113147
Binary10111101111011110110111101000111011010111000011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B37BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,55,189); }

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

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

 a { background-color: rgb(11,55,189); }

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

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

 span { border-color: rgb(11,55,189); }

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