Html Css Color HEX #0937EB Persian Blue

📋 copy color: '#0937EB'

red 9 ◦ green 55 ◦ blue 235

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

Shades of Persian Blue #0937EB

Tints of Persian Blue #0937EB

RGB

 RED value IS 9 (3.91% from 255) = 3.01%

 GREEN value IS 55 (21.88% from 255) = 18.39%

 BLUE value IS 235 (92.19% from 255) = 78.6%

R = 3.01%
G = 18.39%
B = 78.6%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0937EB (or 0x0937EB) is known color: Persian Blue. HEX triplet: 09, 37 and EB. RGB value is (9,55,235). Sum of RGB (Red+Green+Blue) = 9+55+235=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 235 (92.19% from 255 or 78.60% from 299); Max value from RGB is 235 - color contains mainly: blue. Hex color #0937EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0937EB is #F6C814. Grayscale: #3D3D3D. Windows color (decimal): -16173077 or 15415049. OLE color: 15415049.

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

Color convert

RGB 9 55 235 -
CMYK 0.96 0.77 0 0.08
HSL 227.79º 0.93% 0.48% -
HSV(B) 227.79º 0.96% 0.92% -
XYZ 16.47 8.79 79.43 -
YUV 61.77 225.76 90.36 -
System Red Green Blue C M Y K H S L
Decimal 9 55 235 0.96 0.77 0 0.08 227.79 0.93 0.48
Hex 9 37 EB 60 4D 0 8 E4 5D 30
Octal 11 67 353 140 115 0 10 344 135 60
Binary 1001 110111 11101011 1100000 1001101 0 1000 11100100 1011101 110000

Color Harmonies of #0937EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0937EB

Black with #0937EB

Text Example


Text Example

White with #0937EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0937EB;
 }
 .AnyTagClassName
 {
   color: #0937EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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