Html Css Color HEX #0937EA Persian Blue

📋 copy color: '#0937EA'

red 9 ◦ green 55 ◦ blue 234

#0937EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0937EA

Tints of Persian Blue #0937EA

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.8% from 255) = 78.52%

R = 3.02%
G = 18.46%
B = 78.52%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0937EA (or 0x0937EA) is known color: 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

RGB 9 55 234 -
CMYK 0.96 0.76 0 0.08
HSL 227.73º 0.93% 0.48% -
HSV(B) 227.73º 0.96% 0.92% -
XYZ 16.33 8.73 78.67 -
YUV 61.65 225.26 90.45 -
System Red Green Blue C M Y K H S L
Decimal 9 55 234 0.96 0.76 0 0.08 227.73 0.93 0.48
Hex 9 37 EA 60 4C 0 8 E4 5D 30
Octal 11 67 352 140 114 0 10 344 135 60
Binary 1001 110111 11101010 1100000 1001100 0 1000 11100100 1011101 110000

Color Harmonies of #0937EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0937EA

Black with #0937EA

Text Example


Text Example

White with #0937EA

Text Example


Text Example

HTML Codes & Css Web 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>