Html Css Color HEX #0930EA Persian Blue

📋 copy color: '#0930EA'

red 9 ◦ green 48 ◦ blue 234

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

Shades of Persian Blue #0930EA

Tints of Persian Blue #0930EA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

 BLUE value IS 234 (91.8% from 255) = 80.41%

R = 3.09%
G = 16.49%
B = 80.41%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0930EA (or 0x0930EA) is known color: Persian Blue. HEX triplet: 09, 30 and EA. RGB value is (9,48,234). Sum of RGB (Red+Green+Blue) = 9+48+234=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 234 (91.80% from 255 or 80.41% from 291); Max value from RGB is 234 - color contains mainly: blue. Hex color #0930EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0930EA is #F6CF15. Grayscale: #383838. Windows color (decimal): -16174870 or 15347721. OLE color: 15347721.

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

Color convert

RGB 9 48 234 -
CMYK 0.96 0.79 0 0.08
HSL 229.6º 0.93% 0.48% -
HSV(B) 229.6º 0.96% 0.92% -
XYZ 16.02 8.11 78.56 -
YUV 57.54 227.58 93.38 -
System Red Green Blue C M Y K H S L
Decimal 9 48 234 0.96 0.79 0 0.08 229.6 0.93 0.48
Hex 9 30 EA 60 4F 0 8 E6 5D 30
Octal 11 60 352 140 117 0 10 346 135 60
Binary 1001 110000 11101010 1100000 1001111 0 1000 11100110 1011101 110000

Color Harmonies of #0930EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0930EA

Black with #0930EA

Text Example


Text Example

White with #0930EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0930EA;
 }
 .AnyTagClassName
 {
   color: #0930EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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