Html Css Color HEX #093FF5 Persian Blue

📋 copy color: '#093FF5'

red 9 ◦ green 63 ◦ blue 245

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

Shades of Persian Blue #093FF5

Tints of Persian Blue #093FF5

RGB

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

 GREEN value IS 63 (25% from 255) = 19.87%

 BLUE value IS 245 (96.09% from 255) = 77.29%

R = 2.84%
G = 19.87%
B = 77.29%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#093FF5 (or 0x093FF5) is known color: Persian Blue. HEX triplet: 09, 3F and F5. RGB value is (9,63,245). Sum of RGB (Red+Green+Blue) = 9+63+245=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 245 (96.09% from 255 or 77.29% from 317); Max value from RGB is 245 - color contains mainly: blue. Hex color #093FF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FF5 is #F6C00A. Grayscale: #424242. Windows color (decimal): -16171019 or 16072457. OLE color: 16072457.

HSL color Cylindrical-coordinate representation of color #093FF5: hue angle of 226.27º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093FF5 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 63 245 -
CMYK 0.96 0.74 0 0.04
HSL 226.27º 0.93% 0.5% -
HSV(B) 226.27º 0.96% 0.96% -
XYZ 18.37 10.21 87.39 -
YUV 67.6 228.11 86.2 -
System Red Green Blue C M Y K H S L
Decimal 9 63 245 0.96 0.74 0 0.04 226.27 0.93 0.5
Hex 9 3F F5 60 4A 0 4 E2 5D 32
Octal 11 77 365 140 112 0 4 342 135 62
Binary 1001 111111 11110101 1100000 1001010 0 100 11100010 1011101 110010

Color Harmonies of #093FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FF5

Black with #093FF5

Text Example


Text Example

White with #093FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093FF5; }

 p { color: rgb(9,63,245); }

 H1.HeaderClassName
 {
   color: #093FF5;
 }
 .AnyTagClassName
 {
   color: #093FF5;
 }
</style>

background-color css

<style>
 a { background-color: #093FF5; }

 a { background-color: rgb(9,63,245); }

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

border-color css

<style>
 span { border-color: #093FF5; }

 span { border-color: rgb(9,63,245); }

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