#0937EA

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

Shades of Persian Blue #0937EA

Tints of Persian Blue #0937EA

Color information

#0937EA (or 0x0937EA) is unknown color: approx Persian Blue. HEX triplet: 09, 37 and EA. RGB value is (9,55,234). Sum of RGB (Red+Green+Blue) = 9+55+234=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 234 (91.80% from 255 or 78.52% from 298); Max value from RGB is 234 - color contains mainly: blue. Hex color #0937EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0937EA is #F6C815. Grayscale: #3C3C3C. Windows color (decimal): -16173078 or 15349513. OLE color: 15349513.

HSL color Cylindrical-coordinate representation of color #0937EA: hue angle of 227.73º 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 #0937EA is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB955234-
CMYK0.960.7600.08
HSL227.73º92.59%47.65%-
HSV(B)227.73º96.15%91.76%-
XYZ16.338.7378.67-
YUV61.65225.2690.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.02%
GREEN value IS 55 (21.88% from 255) = 18.46%
BLUE value IS 234 (91.80% from 255) = 78.52%
R=3.02%
G=18.46%
B=78.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal9552340.960.7600.08227.7392.5947.65
Hex937EA604C08e45d30
Octal116735214011401034413560
Binary1001110111111010101100000100110001000111001001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0937EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0937EA; }

 p { color: rgb(9,55,234); }

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

<style>
 a { background-color: #0937EA; }

 a { background-color: rgb(9,55,234); }

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

<style>
 span { border-color: #0937EA; }

 span { border-color: rgb(9,55,234); }

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