#092CBE

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

Shades of Persian Blue #092CBE

Tints of Persian Blue #092CBE

Color information

#092CBE (or 0x092CBE) is unknown color: approx Persian Blue. HEX triplet: 09, 2C and BE. RGB value is (9,44,190). Sum of RGB (Red+Green+Blue) = 9+44+190=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #092CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092CBE is #F6D341. Grayscale: #313131. Windows color (decimal): -16175938 or 12463113. OLE color: 12463113.

HSL color Cylindrical-coordinate representation of color #092CBE: hue angle of 228.4º 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 #092CBE is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB944190-
CMYK0.950.7700.25
HSL228.4º90.95%39.02%-
HSV(B)228.4º95.26%74.51%-
XYZ10.315.5849.25-
YUV50.18206.998.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.70%
GREEN value IS 44 (17.58% from 255) = 18.11%
BLUE value IS 190 (74.61% from 255) = 78.19%
R=3.70%
G=18.11%
B=78.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9441900.950.7700.25228.490.9539.02
Hex92CBE5F4D019e45b27
Octal115427613711503134413347
Binary10011011001011111010111111001101011001111001001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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