Html Css Color HEX #093EE7 Persian Blue

📋 copy color: '#093EE7'

red 9 ◦ green 62 ◦ blue 231

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

Shades of Persian Blue #093EE7

Tints of Persian Blue #093EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 76.49%

R = 2.98%
G = 20.53%
B = 76.49%

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

#093EE7 (or 0x093EE7) is known color: Persian Blue. HEX triplet: 09, 3E and E7. RGB value is (9,62,231). Sum of RGB (Red+Green+Blue) = 9+62+231=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 231 (90.62% from 255 or 76.49% from 302); Max value from RGB is 231 - color contains mainly: blue. Hex color #093EE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093EE7 is #F6C118. Grayscale: #404040. Windows color (decimal): -16171289 or 15154697. OLE color: 15154697.

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

Color convert

RGB 9 62 231 -
CMYK 0.96 0.73 0 0.09
HSL 225.68º 0.93% 0.47% -
HSV(B) 225.68º 0.96% 0.91% -
XYZ 16.26 9.27 76.53 -
YUV 65.42 221.44 87.76 -
System Red Green Blue C M Y K H S L
Decimal 9 62 231 0.96 0.73 0 0.09 225.68 0.93 0.47
Hex 9 3E E7 60 49 0 9 E2 5C 2F
Octal 11 76 347 140 111 0 11 342 134 57
Binary 1001 111110 11100111 1100000 1001001 0 1001 11100010 1011100 101111

Color Harmonies of #093EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093EE7

Black with #093EE7

Text Example


Text Example

White with #093EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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