Html Css Color HEX #093CEA Persian Blue

📋 copy color: '#093CEA'

red 9 ◦ green 60 ◦ blue 234

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

Shades of Persian Blue #093CEA

Tints of Persian Blue #093CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 77.23%

R = 2.97%
G = 19.8%
B = 77.23%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#093CEA (or 0x093CEA) is known color: Persian Blue. HEX triplet: 09, 3C and EA. RGB value is (9,60,234). Sum of RGB (Red+Green+Blue) = 9+60+234=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 234 (91.80% from 255 or 77.23% from 303); Max value from RGB is 234 - color contains mainly: blue. Hex color #093CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093CEA is #F6C315. Grayscale: #3F3F3F. Windows color (decimal): -16171798 or 15350793. OLE color: 15350793.

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

Color convert

RGB 9 60 234 -
CMYK 0.96 0.74 0 0.08
HSL 226.4º 0.93% 0.48% -
HSV(B) 226.4º 0.96% 0.92% -
XYZ 16.58 9.23 78.75 -
YUV 64.59 223.6 88.35 -
System Red Green Blue C M Y K H S L
Decimal 9 60 234 0.96 0.74 0 0.08 226.4 0.93 0.48
Hex 9 3C EA 60 4A 0 8 E2 5D 30
Octal 11 74 352 140 112 0 10 342 135 60
Binary 1001 111100 11101010 1100000 1001010 0 1000 11100010 1011101 110000

Color Harmonies of #093CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CEA

Black with #093CEA

Text Example


Text Example

White with #093CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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