Html Css Color HEX #093ECD Persian Blue

📋 copy color: '#093ECD'

red 9 ◦ green 62 ◦ blue 205

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

Shades of Persian Blue #093ECD

Tints of Persian Blue #093ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 74.28%

R = 3.26%
G = 22.46%
B = 74.28%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#093ECD (or 0x093ECD) is known color: Persian Blue. HEX triplet: 09, 3E and CD. RGB value is (9,62,205). Sum of RGB (Red+Green+Blue) = 9+62+205=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #093ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093ECD is #F6C132. Grayscale: #3D3D3D. Windows color (decimal): -16171315 or 13450761. OLE color: 13450761.

HSL color Cylindrical-coordinate representation of color #093ECD: hue angle of 223.78º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093ECD is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 62 205 -
CMYK 0.96 0.70 0 0.20
HSL 223.78º 0.92% 0.42% -
HSV(B) 223.78º 0.96% 0.8% -
XYZ 12.85 7.91 58.61 -
YUV 62.46 208.44 89.87 -
System Red Green Blue C M Y K H S L
Decimal 9 62 205 0.96 0.70 0 0.20 223.78 0.92 0.42
Hex 9 3E CD 60 46 0 14 E0 5C 2A
Octal 11 76 315 140 106 0 24 340 134 52
Binary 1001 111110 11001101 1100000 1000110 0 10100 11100000 1011100 101010

Color Harmonies of #093ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093ECD

Black with #093ECD

Text Example


Text Example

White with #093ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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