#093BF4

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

Shades of Persian Blue #093BF4

Tints of Persian Blue #093BF4

Color information

#093BF4 (or 0x093BF4) is unknown color: approx Persian Blue. HEX triplet: 09, 3B and F4. RGB value is (9,59,244). Sum of RGB (Red+Green+Blue) = 9+59+244=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 244 (95.70% from 255 or 78.21% from 312); Max value from RGB is 244 - color contains mainly: blue. Hex color #093BF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093BF4 is #F6C40B. Grayscale: #404040. Windows color (decimal): -16172044 or 16005897. OLE color: 16005897.

HSL color Cylindrical-coordinate representation of color #093BF4: hue angle of 227.23º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093BF4 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB959244-
CMYK0.960.7600.04
HSL227.23º92.89%49.61%-
HSV(B)227.23º96.31%95.69%-
XYZ18.019.7286.51-
YUV65.14228.9487.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.88%
GREEN value IS 59 (23.44% from 255) = 18.91%
BLUE value IS 244 (95.70% from 255) = 78.21%
R=2.88%
G=18.91%
B=78.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal9592440.960.7600.04227.2392.8949.61
Hex93BF4604C04e35d32
Octal11733641401140434313562
Binary100111101111110100110000010011000100111000111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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