#0929BE

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

Shades of Persian Blue #0929BE

Tints of Persian Blue #0929BE

Color information

#0929BE (or 0x0929BE) is unknown color: approx Persian Blue. HEX triplet: 09, 29 and BE. RGB value is (9,41,190). Sum of RGB (Red+Green+Blue) = 9+41+190=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 190 (74.61% from 255 or 79.17% from 240); Max value from RGB is 190 - color contains mainly: blue. Hex color #0929BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0929BE is #F6D641. Grayscale: #2F2F2F. Windows color (decimal): -16176706 or 12462345. OLE color: 12462345.

HSL color Cylindrical-coordinate representation of color #0929BE: hue angle of 229.39º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0929BE is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB941190-
CMYK0.950.7800.25
HSL229.39º90.95%39.02%-
HSV(B)229.39º95.26%74.51%-
XYZ10.25.3649.21-
YUV48.42207.999.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.75%
GREEN value IS 41 (16.41% from 255) = 17.08%
BLUE value IS 190 (74.61% from 255) = 79.17%
R=3.75%
G=17.08%
B=79.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9411900.950.7800.25229.3990.9539.02
Hex929BE5F4E019e55b27
Octal115127613711603134513347
Binary10011010011011111010111111001110011001111001011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0929BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0929BE; }

 p { color: rgb(9,41,190); }

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

<style>
 a { background-color: #0929BE; }

 a { background-color: rgb(9,41,190); }

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

<style>
 span { border-color: #0929BE; }

 span { border-color: rgb(9,41,190); }

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