#0933BD

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

Shades of Persian Blue #0933BD

Tints of Persian Blue #0933BD

Color information

#0933BD (or 0x0933BD) is unknown color: approx Persian Blue. HEX triplet: 09, 33 and BD. RGB value is (9,51,189). Sum of RGB (Red+Green+Blue) = 9+51+189=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #0933BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0933BD is #F6CC42. Grayscale: #353535. Windows color (decimal): -16174147 or 12399369. OLE color: 12399369.

HSL color Cylindrical-coordinate representation of color #0933BD: hue angle of 226º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0933BD is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB951189-
CMYK0.950.7300.26
HSL226º90.91%38.82%-
HSV(B)226º95.24%74.12%-
XYZ10.486.148.77-
YUV54.17204.0995.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.61%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 189 (74.22% from 255) = 75.90%
R=3.61%
G=20.48%
B=75.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9511890.950.7300.2622690.9138.82
Hex933BD5F4901Ae25b27
Octal116327513711103234213347
Binary10011100111011110110111111001001011010111000101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0933BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0933BD; }

 p { color: rgb(9,51,189); }

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

<style>
 a { background-color: #0933BD; }

 a { background-color: rgb(9,51,189); }

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

<style>
 span { border-color: #0933BD; }

 span { border-color: rgb(9,51,189); }

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