Html Css Color HEX #093CEC Persian Blue

📋 copy color: '#093CEC'

red 9 ◦ green 60 ◦ blue 236

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

Shades of Persian Blue #093CEC

Tints of Persian Blue #093CEC

RGB

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

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

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

R = 2.95%
G = 19.67%
B = 77.38%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#093CEC (or 0x093CEC) is known color: Persian Blue. HEX triplet: 09, 3C and EC. RGB value is (9,60,236). Sum of RGB (Red+Green+Blue) = 9+60+236=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 236 (92.58% from 255 or 77.38% from 305); Max value from RGB is 236 - color contains mainly: blue. Hex color #093CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093CEC is #F6C313. Grayscale: #404040. Windows color (decimal): -16171796 or 15481865. OLE color: 15481865.

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

Color convert

RGB 9 60 236 -
CMYK 0.96 0.75 0 0.07
HSL 226.52º 0.93% 0.48% -
HSV(B) 226.52º 0.96% 0.93% -
XYZ 16.87 9.35 80.27 -
YUV 64.82 224.6 88.19 -
System Red Green Blue C M Y K H S L
Decimal 9 60 236 0.96 0.75 0 0.07 226.52 0.93 0.48
Hex 9 3C EC 60 4B 0 7 E3 5D 30
Octal 11 74 354 140 113 0 7 343 135 60
Binary 1001 111100 11101100 1100000 1001011 0 111 11100011 1011101 110000

Color Harmonies of #093CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CEC

Black with #093CEC

Text Example


Text Example

White with #093CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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