Html Css Color HEX #093CEB Persian Blue

📋 copy color: '#093CEB'

red 9 ◦ green 60 ◦ blue 235

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

Shades of Persian Blue #093CEB

Tints of Persian Blue #093CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 77.3%

R = 2.96%
G = 19.74%
B = 77.3%

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

#093CEB (or 0x093CEB) is known color: Persian Blue. HEX triplet: 09, 3C and EB. RGB value is (9,60,235). Sum of RGB (Red+Green+Blue) = 9+60+235=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 235 (92.19% from 255 or 77.30% from 304); Max value from RGB is 235 - color contains mainly: blue. Hex color #093CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093CEB is #F6C314. Grayscale: #3F3F3F. Windows color (decimal): -16171797 or 15416329. OLE color: 15416329.

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

Color convert

RGB 9 60 235 -
CMYK 0.96 0.74 0 0.08
HSL 226.46º 0.93% 0.48% -
HSV(B) 226.46º 0.96% 0.92% -
XYZ 16.72 9.29 79.51 -
YUV 64.7 224.1 88.27 -
System Red Green Blue C M Y K H S L
Decimal 9 60 235 0.96 0.74 0 0.08 226.46 0.93 0.48
Hex 9 3C EB 60 4A 0 8 E2 5D 30
Octal 11 74 353 140 112 0 10 342 135 60
Binary 1001 111100 11101011 1100000 1001010 0 1000 11100010 1011101 110000

Color Harmonies of #093CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CEB

Black with #093CEB

Text Example


Text Example

White with #093CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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