Html Css Color HEX #093FEB Persian Blue

📋 copy color: '#093FEB'

red 9 ◦ green 63 ◦ blue 235

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

Shades of Persian Blue #093FEB

Tints of Persian Blue #093FEB

RGB

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

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

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

R = 2.93%
G = 20.52%
B = 76.55%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#093FEB (or 0x093FEB) is known color: Persian Blue. HEX triplet: 09, 3F and EB. RGB value is (9,63,235). Sum of RGB (Red+Green+Blue) = 9+63+235=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 235 (92.19% from 255 or 76.55% from 307); Max value from RGB is 235 - color contains mainly: blue. Hex color #093FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FEB is #F6C014. Grayscale: #414141. Windows color (decimal): -16171029 or 15417097. OLE color: 15417097.

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

Color convert

RGB 9 63 235 -
CMYK 0.96 0.73 0 0.08
HSL 225.66º 0.93% 0.48% -
HSV(B) 225.66º 0.96% 0.92% -
XYZ 16.89 9.61 79.56 -
YUV 66.46 223.11 87.01 -
System Red Green Blue C M Y K H S L
Decimal 9 63 235 0.96 0.73 0 0.08 225.66 0.93 0.48
Hex 9 3F EB 60 49 0 8 E2 5D 30
Octal 11 77 353 140 111 0 10 342 135 60
Binary 1001 111111 11101011 1100000 1001001 0 1000 11100010 1011101 110000

Color Harmonies of #093FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FEB

Black with #093FEB

Text Example


Text Example

White with #093FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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