Html Css Color HEX #093BEB Persian Blue

📋 copy color: '#093BEB'

red 9 ◦ green 59 ◦ blue 235

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

Shades of Persian Blue #093BEB

Tints of Persian Blue #093BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.47%

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

R = 2.97%
G = 19.47%
B = 77.56%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#093BEB (or 0x093BEB) is known color: Persian Blue. HEX triplet: 09, 3B and EB. RGB value is (9,59,235). Sum of RGB (Red+Green+Blue) = 9+59+235=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 235 (92.19% from 255 or 77.56% from 303); Max value from RGB is 235 - color contains mainly: blue. Hex color #093BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093BEB is #F6C414. Grayscale: #3F3F3F. Windows color (decimal): -16172053 or 15416073. OLE color: 15416073.

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

Color convert

RGB 9 59 235 -
CMYK 0.96 0.75 0 0.08
HSL 226.73º 0.93% 0.48% -
HSV(B) 226.73º 0.96% 0.92% -
XYZ 16.67 9.18 79.49 -
YUV 64.11 224.44 88.69 -
System Red Green Blue C M Y K H S L
Decimal 9 59 235 0.96 0.75 0 0.08 226.73 0.93 0.48
Hex 9 3B EB 60 4B 0 8 E3 5D 30
Octal 11 73 353 140 113 0 10 343 135 60
Binary 1001 111011 11101011 1100000 1001011 0 1000 11100011 1011101 110000

Color Harmonies of #093BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BEB

Black with #093BEB

Text Example


Text Example

White with #093BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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