Html Css Color HEX #0935E6 Persian Blue

📋 copy color: '#0935E6'

red 9 ◦ green 53 ◦ blue 230

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

Shades of Persian Blue #0935E6

Tints of Persian Blue #0935E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 78.77%

R = 3.08%
G = 18.15%
B = 78.77%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0935E6 (or 0x0935E6) is known color: Persian Blue. HEX triplet: 09, 35 and E6. RGB value is (9,53,230). Sum of RGB (Red+Green+Blue) = 9+53+230=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 230 (90.23% from 255 or 78.77% from 292); Max value from RGB is 230 - color contains mainly: blue. Hex color #0935E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0935E6 is #F6CA19. Grayscale: #3B3B3B. Windows color (decimal): -16173594 or 15086857. OLE color: 15086857.

HSL color Cylindrical-coordinate representation of color #0935E6: hue angle of 228.05º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0935E6 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 53 230 -
CMYK 0.96 0.77 0 0.10
HSL 228.05º 0.92% 0.47% -
HSV(B) 228.05º 0.96% 0.9% -
XYZ 15.67 8.32 75.64 -
YUV 60.02 223.92 91.61 -
System Red Green Blue C M Y K H S L
Decimal 9 53 230 0.96 0.77 0 0.10 228.05 0.92 0.47
Hex 9 35 E6 60 4D 0 A E4 5C 2F
Octal 11 65 346 140 115 0 12 344 134 57
Binary 1001 110101 11100110 1100000 1001101 0 1010 11100100 1011100 101111

Color Harmonies of #0935E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0935E6

Black with #0935E6

Text Example


Text Example

White with #0935E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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