Html Css Color HEX #093EEF Persian Blue

📋 copy color: '#093EEF'

red 9 ◦ green 62 ◦ blue 239

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

Shades of Persian Blue #093EEF

Tints of Persian Blue #093EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 77.1%

R = 2.9%
G = 20%
B = 77.1%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#093EEF (or 0x093EEF) is known color: Persian Blue. HEX triplet: 09, 3E and EF. RGB value is (9,62,239). Sum of RGB (Red+Green+Blue) = 9+62+239=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #093EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093EEF is #F6C110. Grayscale: #414141. Windows color (decimal): -16171281 or 15678985. OLE color: 15678985.

HSL color Cylindrical-coordinate representation of color #093EEF: hue angle of 226.17º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093EEF is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 62 239 -
CMYK 0.96 0.74 0 0.06
HSL 226.17º 0.93% 0.49% -
HSV(B) 226.17º 0.96% 0.94% -
XYZ 17.42 9.74 82.62 -
YUV 66.33 225.44 87.11 -
System Red Green Blue C M Y K H S L
Decimal 9 62 239 0.96 0.74 0 0.06 226.17 0.93 0.49
Hex 9 3E EF 60 4A 0 6 E2 5D 31
Octal 11 76 357 140 112 0 6 342 135 61
Binary 1001 111110 11101111 1100000 1001010 0 110 11100010 1011101 110001

Color Harmonies of #093EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093EEF

Black with #093EEF

Text Example


Text Example

White with #093EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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