Html Css Color HEX #0935DC Persian Blue

📋 copy color: '#0935DC'

red 9 ◦ green 53 ◦ blue 220

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

Shades of Persian Blue #0935DC

Tints of Persian Blue #0935DC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.79%

 BLUE value IS 220 (86.33% from 255) = 78.01%

R = 3.19%
G = 18.79%
B = 78.01%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0935DC (or 0x0935DC) is known color: Persian Blue. HEX triplet: 09, 35 and DC. RGB value is (9,53,220). Sum of RGB (Red+Green+Blue) = 9+53+220=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 220 (86.33% from 255 or 78.01% from 282); Max value from RGB is 220 - color contains mainly: blue. Hex color #0935DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0935DC is #F6CA23. Grayscale: #3A3A3A. Windows color (decimal): -16173604 or 14431497. OLE color: 14431497.

HSL color Cylindrical-coordinate representation of color #0935DC: hue angle of 227.49º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0935DC is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 53 220 -
CMYK 0.96 0.76 0 0.14
HSL 227.49º 0.92% 0.45% -
HSV(B) 227.49º 0.96% 0.86% -
XYZ 14.3 7.77 68.46 -
YUV 58.88 218.92 92.42 -
System Red Green Blue C M Y K H S L
Decimal 9 53 220 0.96 0.76 0 0.14 227.49 0.92 0.45
Hex 9 35 DC 60 4C 0 E E3 5C 2D
Octal 11 65 334 140 114 0 16 343 134 55
Binary 1001 110101 11011100 1100000 1001100 0 1110 11100011 1011100 101101

Color Harmonies of #0935DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0935DC

Black with #0935DC

Text Example


Text Example

White with #0935DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0935DC; }

 p { color: rgb(9,53,220); }

 H1.HeaderClassName
 {
   color: #0935DC;
 }
 .AnyTagClassName
 {
   color: #0935DC;
 }
</style>

background-color css

<style>
 a { background-color: #0935DC; }

 a { background-color: rgb(9,53,220); }

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

border-color css

<style>
 span { border-color: #0935DC; }

 span { border-color: rgb(9,53,220); }

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