Html Css Color HEX #093EDB Persian Blue

📋 copy color: '#093EDB'

red 9 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #093EDB

Tints of Persian Blue #093EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 75.52%

R = 3.1%
G = 21.38%
B = 75.52%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#093EDB (or 0x093EDB) is known color: Persian Blue. HEX triplet: 09, 3E and DB. RGB value is (9,62,219). Sum of RGB (Red+Green+Blue) = 9+62+219=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 219 (85.94% from 255 or 75.52% from 290); Max value from RGB is 219 - color contains mainly: blue. Hex color #093EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093EDB is #F6C124. Grayscale: #3F3F3F. Windows color (decimal): -16171301 or 14368265. OLE color: 14368265.

HSL color Cylindrical-coordinate representation of color #093EDB: hue angle of 224.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093EDB is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 62 219 -
CMYK 0.96 0.72 0 0.14
HSL 224.86º 0.92% 0.45% -
HSV(B) 224.86º 0.96% 0.86% -
XYZ 14.62 8.62 67.91 -
YUV 64.05 215.44 88.73 -
System Red Green Blue C M Y K H S L
Decimal 9 62 219 0.96 0.72 0 0.14 224.86 0.92 0.45
Hex 9 3E DB 60 48 0 E E1 5C 2D
Octal 11 76 333 140 110 0 16 341 134 55
Binary 1001 111110 11011011 1100000 1001000 0 1110 11100001 1011100 101101

Color Harmonies of #093EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093EDB

Black with #093EDB

Text Example


Text Example

White with #093EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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