#093AC5

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

Shades of Persian Blue #093AC5

Tints of Persian Blue #093AC5

Color information

#093AC5 (or 0x093AC5) is unknown color: approx Persian Blue. HEX triplet: 09, 3A and C5. RGB value is (9,58,197). Sum of RGB (Red+Green+Blue) = 9+58+197=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 197 (77.34% from 255 or 74.62% from 264); Max value from RGB is 197 - color contains mainly: blue. Hex color #093AC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093AC5 is #F6C53A. Grayscale: #3A3A3A. Windows color (decimal): -16172347 or 12925449. OLE color: 12925449.

HSL color Cylindrical-coordinate representation of color #093AC5: hue angle of 224.36º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093AC5 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB958197-
CMYK0.950.7100.23
HSL224.36º91.26%40.39%-
HSV(B)224.36º95.43%77.25%-
XYZ11.77.1253.58-
YUV59.2205.7792.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.41%
GREEN value IS 58 (23.05% from 255) = 21.97%
BLUE value IS 197 (77.34% from 255) = 74.62%
R=3.41%
G=21.97%
B=74.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal9581970.950.7100.23224.3691.2640.39
Hex93AC55F47017e05b28
Octal117230513710702734013350
Binary10011110101100010110111111000111010111111000001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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