Html Css Color HEX #093CE6 Persian Blue

📋 copy color: '#093CE6'

red 9 ◦ green 60 ◦ blue 230

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

Shades of Persian Blue #093CE6

Tints of Persian Blue #093CE6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.07%

 BLUE value IS 230 (90.23% from 255) = 76.92%

R = 3.01%
G = 20.07%
B = 76.92%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#093CE6 (or 0x093CE6) is known color: Persian Blue. HEX triplet: 09, 3C and E6. RGB value is (9,60,230). Sum of RGB (Red+Green+Blue) = 9+60+230=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 230 (90.23% from 255 or 76.92% from 299); Max value from RGB is 230 - color contains mainly: blue. Hex color #093CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093CE6 is #F6C319. Grayscale: #3F3F3F. Windows color (decimal): -16171802 or 15088649. OLE color: 15088649.

HSL color Cylindrical-coordinate representation of color #093CE6: hue angle of 226.15º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093CE6 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 60 230 -
CMYK 0.96 0.74 0 0.10
HSL 226.15º 0.92% 0.47% -
HSV(B) 226.15º 0.96% 0.9% -
XYZ 16.01 9 75.76 -
YUV 64.13 221.6 88.68 -
System Red Green Blue C M Y K H S L
Decimal 9 60 230 0.96 0.74 0 0.10 226.15 0.92 0.47
Hex 9 3C E6 60 4A 0 A E2 5C 2F
Octal 11 74 346 140 112 0 12 342 134 57
Binary 1001 111100 11100110 1100000 1001010 0 1010 11100010 1011100 101111

Color Harmonies of #093CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CE6

Black with #093CE6

Text Example


Text Example

White with #093CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,60,230); }

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

background-color css

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

 a { background-color: rgb(9,60,230); }

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

border-color css

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

 span { border-color: rgb(9,60,230); }

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