#093BBF

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

Shades of Persian Blue #093BBF

Tints of Persian Blue #093BBF

Color information

#093BBF (or 0x093BBF) is unknown color: approx Persian Blue. HEX triplet: 09, 3B and BF. RGB value is (9,59,191). Sum of RGB (Red+Green+Blue) = 9+59+191=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 191 (75% from 255 or 73.75% from 259); Max value from RGB is 191 - color contains mainly: blue. Hex color #093BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BBF is #F6C440. Grayscale: #3A3A3A. Windows color (decimal): -16172097 or 12532489. OLE color: 12532489.

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

Color convert

RGB959191-
CMYK0.950.6900.25
HSL223.52º91%39.22%-
HSV(B)223.52º95.29%74.9%-
XYZ11.086.9550.05-
YUV59.1202.4492.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.47%
GREEN value IS 59 (23.44% from 255) = 22.78%
BLUE value IS 191 (75% from 255) = 73.75%
R=3.47%
G=22.78%
B=73.75%

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
Decimal9591910.950.6900.25223.529139.22
Hex93BBF5F45019e05b27
Octal117327713710503134013347
Binary10011110111011111110111111000101011001111000001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,59,191); }

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

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

 a { background-color: rgb(9,59,191); }

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

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

 span { border-color: rgb(9,59,191); }

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