Html Css Color HEX #093FE9 Persian Blue

📋 copy color: '#093FE9'

red 9 ◦ green 63 ◦ blue 233

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

Shades of Persian Blue #093FE9

Tints of Persian Blue #093FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 76.39%

R = 2.95%
G = 20.66%
B = 76.39%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#093FE9 (or 0x093FE9) is known color: Persian Blue. HEX triplet: 09, 3F and E9. RGB value is (9,63,233). Sum of RGB (Red+Green+Blue) = 9+63+233=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 233 (91.41% from 255 or 76.39% from 305); Max value from RGB is 233 - color contains mainly: blue. Hex color #093FE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FE9 is #F6C016. Grayscale: #414141. Windows color (decimal): -16171031 or 15286025. OLE color: 15286025.

HSL color Cylindrical-coordinate representation of color #093FE9: hue angle of 225.54º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093FE9 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 63 233 -
CMYK 0.96 0.73 0 0.09
HSL 225.54º 0.93% 0.47% -
HSV(B) 225.54º 0.96% 0.91% -
XYZ 16.6 9.5 78.05 -
YUV 66.23 222.11 87.18 -
System Red Green Blue C M Y K H S L
Decimal 9 63 233 0.96 0.73 0 0.09 225.54 0.93 0.47
Hex 9 3F E9 60 49 0 9 E2 5D 2F
Octal 11 77 351 140 111 0 11 342 135 57
Binary 1001 111111 11101001 1100000 1001001 0 1001 11100010 1011101 101111

Color Harmonies of #093FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FE9

Black with #093FE9

Text Example


Text Example

White with #093FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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