Html Css Color HEX #093FEC Persian Blue

📋 copy color: '#093FEC'

red 9 ◦ green 63 ◦ blue 236

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

Shades of Persian Blue #093FEC

Tints of Persian Blue #093FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 76.62%

R = 2.92%
G = 20.45%
B = 76.62%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#093FEC (or 0x093FEC) is known color: Persian Blue. HEX triplet: 09, 3F and EC. RGB value is (9,63,236). Sum of RGB (Red+Green+Blue) = 9+63+236=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 236 (92.58% from 255 or 76.62% from 308); Max value from RGB is 236 - color contains mainly: blue. Hex color #093FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FEC is #F6C013. Grayscale: #414141. Windows color (decimal): -16171028 or 15482633. OLE color: 15482633.

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

Color convert

RGB 9 63 236 -
CMYK 0.96 0.73 0 0.07
HSL 225.73º 0.93% 0.48% -
HSV(B) 225.73º 0.96% 0.93% -
XYZ 17.03 9.67 80.33 -
YUV 66.58 223.61 86.93 -
System Red Green Blue C M Y K H S L
Decimal 9 63 236 0.96 0.73 0 0.07 225.73 0.93 0.48
Hex 9 3F EC 60 49 0 7 E2 5D 30
Octal 11 77 354 140 111 0 7 342 135 60
Binary 1001 111111 11101100 1100000 1001001 0 111 11100010 1011101 110000

Color Harmonies of #093FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FEC

Black with #093FEC

Text Example


Text Example

White with #093FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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