#091EC2

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

Shades of Persian Blue #091EC2

Tints of Persian Blue #091EC2

Color information

#091EC2 (or 0x091EC2) is unknown color: approx Persian Blue. HEX triplet: 09, 1E and C2. RGB value is (9,30,194). Sum of RGB (Red+Green+Blue) = 9+30+194=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 194 (76.17% from 255 or 83.26% from 233); Max value from RGB is 194 - color contains mainly: blue. Hex color #091EC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091EC2 is #F6E13D. Grayscale: #292929. Windows color (decimal): -16179518 or 12721673. OLE color: 12721673.

HSL color Cylindrical-coordinate representation of color #091EC2: hue angle of 233.19º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091EC2 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB930194-
CMYK0.950.8500.24
HSL233.19º91.13%39.8%-
HSV(B)233.19º95.36%76.08%-
XYZ10.314.8851.44-
YUV42.42213.54104.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.86%
GREEN value IS 30 (12.11% from 255) = 12.88%
BLUE value IS 194 (76.17% from 255) = 83.26%
R=3.86%
G=12.88%
B=83.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal9301940.950.8500.24233.1991.1339.8
Hex91EC25F55018e95b28
Octal113630213712503035113350
Binary1001111101100001010111111010101011000111010011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091EC2; }

 p { color: rgb(9,30,194); }

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

<style>
 a { background-color: #091EC2; }

 a { background-color: rgb(9,30,194); }

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

<style>
 span { border-color: #091EC2; }

 span { border-color: rgb(9,30,194); }

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