Html Css Color HEX #093DEC Persian Blue

📋 copy color: '#093DEC'

red 9 ◦ green 61 ◦ blue 236

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

Shades of Persian Blue #093DEC

Tints of Persian Blue #093DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.93%

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

R = 2.94%
G = 19.93%
B = 77.12%

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

#093DEC (or 0x093DEC) is known color: Persian Blue. HEX triplet: 09, 3D and EC. RGB value is (9,61,236). Sum of RGB (Red+Green+Blue) = 9+61+236=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 236 (92.58% from 255 or 77.12% from 306); Max value from RGB is 236 - color contains mainly: blue. Hex color #093DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093DEC is #F6C213. Grayscale: #404040. Windows color (decimal): -16171540 or 15482121. OLE color: 15482121.

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

Color convert

RGB 9 61 236 -
CMYK 0.96 0.74 0 0.07
HSL 226.26º 0.93% 0.48% -
HSV(B) 226.26º 0.96% 0.93% -
XYZ 16.92 9.45 80.29 -
YUV 65.4 224.27 87.77 -
System Red Green Blue C M Y K H S L
Decimal 9 61 236 0.96 0.74 0 0.07 226.26 0.93 0.48
Hex 9 3D EC 60 4A 0 7 E2 5D 30
Octal 11 75 354 140 112 0 7 342 135 60
Binary 1001 111101 11101100 1100000 1001010 0 111 11100010 1011101 110000

Color Harmonies of #093DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093DEC

Black with #093DEC

Text Example


Text Example

White with #093DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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