#092CE5

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

Shades of Persian Blue #092CE5

Tints of Persian Blue #092CE5

Color information

#092CE5 (or 0x092CE5) is unknown color: approx Persian Blue. HEX triplet: 09, 2C and E5. RGB value is (9,44,229). Sum of RGB (Red+Green+Blue) = 9+44+229=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 229 (89.84% from 255 or 81.21% from 282); Max value from RGB is 229 - color contains mainly: blue. Hex color #092CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092CE5 is #F6D31A. Grayscale: #353535. Windows color (decimal): -16175899 or 15019017. OLE color: 15019017.

HSL color Cylindrical-coordinate representation of color #092CE5: hue angle of 230.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092CE5 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB944229-
CMYK0.960.8100.10
HSL230.45º92.44%46.67%-
HSV(B)230.45º96.07%89.8%-
XYZ15.167.5274.78-
YUV54.62226.495.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.19%
GREEN value IS 44 (17.58% from 255) = 15.60%
BLUE value IS 229 (89.84% from 255) = 81.21%
R=3.19%
G=15.60%
B=81.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal9442290.960.8100.10230.4592.4446.67
Hex92CE560510Ae65c2f
Octal115434514012101234613457
Binary1001101100111001011100000101000101010111001101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092CE5; }

 p { color: rgb(9,44,229); }

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

<style>
 a { background-color: #092CE5; }

 a { background-color: rgb(9,44,229); }

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

<style>
 span { border-color: #092CE5; }

 span { border-color: rgb(9,44,229); }

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