Html Css Color HEX #093ECE Persian Blue

📋 copy color: '#093ECE'

red 9 ◦ green 62 ◦ blue 206

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

Shades of Persian Blue #093ECE

Tints of Persian Blue #093ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 74.37%

R = 3.25%
G = 22.38%
B = 74.37%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#093ECE (or 0x093ECE) is known color: Persian Blue. HEX triplet: 09, 3E and CE. RGB value is (9,62,206). Sum of RGB (Red+Green+Blue) = 9+62+206=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #093ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093ECE is #F6C131. Grayscale: #3D3D3D. Windows color (decimal): -16171314 or 13516297. OLE color: 13516297.

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

Color convert

RGB 9 62 206 -
CMYK 0.96 0.70 0 0.19
HSL 223.86º 0.92% 0.42% -
HSV(B) 223.86º 0.96% 0.81% -
XYZ 12.98 7.96 59.24 -
YUV 62.57 208.94 89.79 -
System Red Green Blue C M Y K H S L
Decimal 9 62 206 0.96 0.70 0 0.19 223.86 0.92 0.42
Hex 9 3E CE 60 46 0 13 E0 5C 2A
Octal 11 76 316 140 106 0 23 340 134 52
Binary 1001 111110 11001110 1100000 1000110 0 10011 11100000 1011100 101010

Color Harmonies of #093ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093ECE

Black with #093ECE

Text Example


Text Example

White with #093ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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