#0926BE

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

Shades of Persian Blue #0926BE

Tints of Persian Blue #0926BE

Color information

#0926BE (or 0x0926BE) is unknown color: approx Persian Blue. HEX triplet: 09, 26 and BE. RGB value is (9,38,190). Sum of RGB (Red+Green+Blue) = 9+38+190=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #0926BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0926BE is #F6D941. Grayscale: #2E2E2E. Windows color (decimal): -16177474 or 12461577. OLE color: 12461577.

HSL color Cylindrical-coordinate representation of color #0926BE: hue angle of 230.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 #0926BE is Cyan = 0.95, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB938190-
CMYK0.950.800.25
HSL230.39º90.95%39.02%-
HSV(B)230.39º95.26%74.51%-
XYZ10.15.1649.18-
YUV46.66208.89101.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.80%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 190 (74.61% from 255) = 80.17%
R=3.80%
G=16.03%
B=80.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9381900.950.800.25230.3990.9539.02
Hex926BE5F50019e65b27
Octal114627613712003134613347
Binary10011001101011111010111111010000011001111001101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0926BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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