#0934EF

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

Shades of Persian Blue #0934EF

Tints of Persian Blue #0934EF

Color information

#0934EF (or 0x0934EF) is unknown color: approx Persian Blue. HEX triplet: 09, 34 and EF. RGB value is (9,52,239). Sum of RGB (Red+Green+Blue) = 9+52+239=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 239 (93.75% from 255 or 79.67% from 300); Max value from RGB is 239 - color contains mainly: blue. Hex color #0934EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0934EF is #F6CB10. Grayscale: #3B3B3B. Windows color (decimal): -16173841 or 15676425. OLE color: 15676425.

HSL color Cylindrical-coordinate representation of color #0934EF: hue angle of 228.78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0934EF is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB952239-
CMYK0.960.7800.06
HSL228.78º92.74%48.63%-
HSV(B)228.78º96.23%93.73%-
XYZ16.928.7582.46-
YUV60.46228.7591.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3%
GREEN value IS 52 (20.70% from 255) = 17.33%
BLUE value IS 239 (93.75% from 255) = 79.67%
R=3%
G=17.33%
B=79.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal9522390.960.7800.06228.7892.7448.63
Hex934EF604E06e55d31
Octal11643571401160634513561
Binary100111010011101111110000010011100110111001011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0934EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0934EF; }

 p { color: rgb(9,52,239); }

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

<style>
 a { background-color: #0934EF; }

 a { background-color: rgb(9,52,239); }

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

<style>
 span { border-color: #0934EF; }

 span { border-color: rgb(9,52,239); }

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