#092EE2

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

Shades of Persian Blue #092EE2

Tints of Persian Blue #092EE2

Color information

#092EE2 (or 0x092EE2) is unknown color: approx Persian Blue. HEX triplet: 09, 2E and E2. RGB value is (9,46,226). Sum of RGB (Red+Green+Blue) = 9+46+226=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 226 (88.67% from 255 or 80.43% from 281); Max value from RGB is 226 - color contains mainly: blue. Hex color #092EE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092EE2 is #F6D11D. Grayscale: #363636. Windows color (decimal): -16175390 or 14822921. OLE color: 14822921.

HSL color Cylindrical-coordinate representation of color #092EE2: hue angle of 229.77º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092EE2 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB946226-
CMYK0.960.8000.11
HSL229.77º92.34%46.08%-
HSV(B)229.77º96.02%88.63%-
XYZ14.827.572.62-
YUV55.46224.2494.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.20%
GREEN value IS 46 (18.36% from 255) = 16.37%
BLUE value IS 226 (88.67% from 255) = 80.43%
R=3.20%
G=16.37%
B=80.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal9462260.960.8000.11229.7792.3446.08
Hex92EE260500Be65c2e
Octal115634214012001334613456
Binary1001101110111000101100000101000001011111001101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,46,226); }

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

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

 a { background-color: rgb(9,46,226); }

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

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

 span { border-color: rgb(9,46,226); }

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