#0B38BD

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

Shades of Persian Blue #0B38BD

Tints of Persian Blue #0B38BD

Color information

#0B38BD (or 0x0B38BD) is unknown color: approx Persian Blue. HEX triplet: 0B, 38 and BD. RGB value is (11,56,189). Sum of RGB (Red+Green+Blue) = 11+56+189=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B38BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B38BD is #F4C742. Grayscale: #393939. Windows color (decimal): -16041795 or 12400651. OLE color: 12400651.

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

Color convert

RGB1156189-
CMYK0.940.7000.26
HSL224.83º89%39.22%-
HSV(B)224.83º94.18%74.12%-
XYZ10.746.5748.85-
YUV57.71202.0994.69-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.30%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 189 (74.22% from 255) = 73.83%
R=4.30%
G=21.88%
B=73.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11561890.940.7000.26224.838939.22
HexB38BD5E4601Ae15927
Octal137027513610603234113147
Binary10111110001011110110111101000110011010111000011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B38BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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