Html Css Color HEX #0935EB Persian Blue

📋 copy color: '#0935EB'

red 9 ◦ green 53 ◦ blue 235

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

Shades of Persian Blue #0935EB

Tints of Persian Blue #0935EB

RGB

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

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

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

R = 3.03%
G = 17.85%
B = 79.12%

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

#0935EB (or 0x0935EB) is known color: Persian Blue. HEX triplet: 09, 35 and EB. RGB value is (9,53,235). Sum of RGB (Red+Green+Blue) = 9+53+235=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 235 (92.19% from 255 or 79.12% from 297); Max value from RGB is 235 - color contains mainly: blue. Hex color #0935EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0935EB is #F6CA14. Grayscale: #3B3B3B. Windows color (decimal): -16173589 or 15414537. OLE color: 15414537.

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

Color convert

RGB 9 53 235 -
CMYK 0.96 0.77 0 0.08
HSL 228.32º 0.93% 0.48% -
HSV(B) 228.32º 0.96% 0.92% -
XYZ 16.38 8.6 79.39 -
YUV 60.59 226.42 91.2 -
System Red Green Blue C M Y K H S L
Decimal 9 53 235 0.96 0.77 0 0.08 228.32 0.93 0.48
Hex 9 35 EB 60 4D 0 8 E4 5D 30
Octal 11 65 353 140 115 0 10 344 135 60
Binary 1001 110101 11101011 1100000 1001101 0 1000 11100100 1011101 110000

Color Harmonies of #0935EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0935EB

Black with #0935EB

Text Example


Text Example

White with #0935EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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