Html Css Color HEX #093EE5 Persian Blue

📋 copy color: '#093EE5'

red 9 ◦ green 62 ◦ blue 229

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

Shades of Persian Blue #093EE5

Tints of Persian Blue #093EE5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.67%

 BLUE value IS 229 (89.84% from 255) = 76.33%

R = 3%
G = 20.67%
B = 76.33%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#093EE5 (or 0x093EE5) is known color: Persian Blue. HEX triplet: 09, 3E and E5. RGB value is (9,62,229). Sum of RGB (Red+Green+Blue) = 9+62+229=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 229 (89.84% from 255 or 76.33% from 300); Max value from RGB is 229 - color contains mainly: blue. Hex color #093EE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093EE5 is #F6C11A. Grayscale: #404040. Windows color (decimal): -16171291 or 15023625. OLE color: 15023625.

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

Color convert

RGB 9 62 229 -
CMYK 0.96 0.73 0 0.10
HSL 225.55º 0.92% 0.47% -
HSV(B) 225.55º 0.96% 0.9% -
XYZ 15.98 9.16 75.05 -
YUV 65.19 220.44 87.92 -
System Red Green Blue C M Y K H S L
Decimal 9 62 229 0.96 0.73 0 0.10 225.55 0.92 0.47
Hex 9 3E E5 60 49 0 A E2 5C 2F
Octal 11 76 345 140 111 0 12 342 134 57
Binary 1001 111110 11100101 1100000 1001001 0 1010 11100010 1011100 101111

Color Harmonies of #093EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093EE5

Black with #093EE5

Text Example


Text Example

White with #093EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,62,229); }

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

background-color css

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

 a { background-color: rgb(9,62,229); }

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

border-color css

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

 span { border-color: rgb(9,62,229); }

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