Html Css Color HEX #0930C9 Persian Blue

📋 copy color: '#0930C9'

red 9 ◦ green 48 ◦ blue 201

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

Shades of Persian Blue #0930C9

Tints of Persian Blue #0930C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 77.91%

R = 3.49%
G = 18.6%
B = 77.91%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0930C9 (or 0x0930C9) is known color: Persian Blue. HEX triplet: 09, 30 and C9. RGB value is (9,48,201). Sum of RGB (Red+Green+Blue) = 9+48+201=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 201 (78.91% from 255 or 77.91% from 258); Max value from RGB is 201 - color contains mainly: blue. Hex color #0930C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0930C9 is #F6CF36. Grayscale: #353535. Windows color (decimal): -16174903 or 13185033. OLE color: 13185033.

HSL color Cylindrical-coordinate representation of color #0930C9: hue angle of 227.81º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0930C9 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 48 201 -
CMYK 0.96 0.76 0 0.21
HSL 227.81º 0.91% 0.41% -
HSV(B) 227.81º 0.96% 0.79% -
XYZ 11.71 6.39 55.87 -
YUV 53.78 211.08 96.06 -
System Red Green Blue C M Y K H S L
Decimal 9 48 201 0.96 0.76 0 0.21 227.81 0.91 0.41
Hex 9 30 C9 60 4C 0 15 E4 5B 29
Octal 11 60 311 140 114 0 25 344 133 51
Binary 1001 110000 11001001 1100000 1001100 0 10101 11100100 1011011 101001

Color Harmonies of #0930C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0930C9

Black with #0930C9

Text Example


Text Example

White with #0930C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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