#093FBE

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

Shades of Persian Blue #093FBE

Tints of Persian Blue #093FBE

Color information

#093FBE (or 0x093FBE) is unknown color: approx Persian Blue. HEX triplet: 09, 3F and BE. RGB value is (9,63,190). Sum of RGB (Red+Green+Blue) = 9+63+190=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 190 (74.61% from 255 or 72.52% from 262); Max value from RGB is 190 - color contains mainly: blue. Hex color #093FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FBE is #F6C041. Grayscale: #3C3C3C. Windows color (decimal): -16171074 or 12467977. OLE color: 12467977.

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

Color convert

RGB963190-
CMYK0.950.6700.25
HSL222.1º90.95%39.02%-
HSV(B)222.1º95.26%74.51%-
XYZ11.187.3349.54-
YUV61.33200.6190.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.44%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 190 (74.61% from 255) = 72.52%
R=3.44%
G=24.05%
B=72.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9631900.950.6700.25222.190.9539.02
Hex93FBE5F43019de5b27
Octal117727613710303133613347
Binary10011111111011111010111111000011011001110111101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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