#093ABE

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

Shades of Persian Blue #093ABE

Tints of Persian Blue #093ABE

Color information

#093ABE (or 0x093ABE) is unknown color: approx Persian Blue. HEX triplet: 09, 3A and BE. RGB value is (9,58,190). Sum of RGB (Red+Green+Blue) = 9+58+190=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #093ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093ABE is #F6C541. Grayscale: #393939. Windows color (decimal): -16172354 or 12466697. OLE color: 12466697.

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

Color convert

RGB958190-
CMYK0.950.6900.25
HSL223.76º90.95%39.02%-
HSV(B)223.76º95.26%74.51%-
XYZ10.926.849.45-
YUV58.4202.2792.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.50%
GREEN value IS 58 (23.05% from 255) = 22.57%
BLUE value IS 190 (74.61% from 255) = 73.93%
R=3.50%
G=22.57%
B=73.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9581900.950.6900.25223.7690.9539.02
Hex93ABE5F45019e05b27
Octal117227613710503134013347
Binary10011110101011111010111111000101011001111000001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093ABE; }

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

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

<style>
 a { background-color: #093ABE; }

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

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

<style>
 span { border-color: #093ABE; }

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

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