Html Css Color HEX #093EEC Persian Blue

📋 copy color: '#093EEC'

red 9 ◦ green 62 ◦ blue 236

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

Shades of Persian Blue #093EEC

Tints of Persian Blue #093EEC

RGB

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

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

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

R = 2.93%
G = 20.2%
B = 76.87%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#093EEC (or 0x093EEC) is known color: Persian Blue. HEX triplet: 09, 3E and EC. RGB value is (9,62,236). Sum of RGB (Red+Green+Blue) = 9+62+236=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 236 (92.58% from 255 or 76.87% from 307); Max value from RGB is 236 - color contains mainly: blue. Hex color #093EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093EEC is #F6C113. Grayscale: #414141. Windows color (decimal): -16171284 or 15482377. OLE color: 15482377.

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

Color convert

RGB 9 62 236 -
CMYK 0.96 0.74 0 0.07
HSL 225.99º 0.93% 0.48% -
HSV(B) 225.99º 0.96% 0.93% -
XYZ 16.98 9.56 80.31 -
YUV 65.99 223.94 87.35 -
System Red Green Blue C M Y K H S L
Decimal 9 62 236 0.96 0.74 0 0.07 225.99 0.93 0.48
Hex 9 3E EC 60 4A 0 7 E2 5D 30
Octal 11 76 354 140 112 0 7 342 135 60
Binary 1001 111110 11101100 1100000 1001010 0 111 11100010 1011101 110000

Color Harmonies of #093EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093EEC

Black with #093EEC

Text Example


Text Example

White with #093EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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