#093FEB

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

Shades of Persian Blue #093FEB

Tints of Persian Blue #093FEB

Color information

#093FEB (or 0x093FEB) is unknown color: approx Persian Blue. HEX triplet: 09, 3F and EB. RGB value is (9,63,235). Sum of RGB (Red+Green+Blue) = 9+63+235=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 235 (92.19% from 255 or 76.55% from 307); Max value from RGB is 235 - color contains mainly: blue. Hex color #093FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FEB is #F6C014. Grayscale: #414141. Windows color (decimal): -16171029 or 15417097. OLE color: 15417097.

HSL color Cylindrical-coordinate representation of color #093FEB: hue angle of 225.66º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093FEB is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB963235-
CMYK0.960.7300.08
HSL225.66º92.62%47.84%-
HSV(B)225.66º96.17%92.16%-
XYZ16.899.6179.56-
YUV66.46223.1187.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.93%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 235 (92.19% from 255) = 76.55%
R=2.93%
G=20.52%
B=76.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal9632350.960.7300.08225.6692.6247.84
Hex93FEB604908e25d30
Octal117735314011101034213560
Binary1001111111111010111100000100100101000111000101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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