Html Css Color HEX #093BE1 Persian Blue

📋 copy color: '#093BE1'

red 9 ◦ green 59 ◦ blue 225

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

Shades of Persian Blue #093BE1

Tints of Persian Blue #093BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 76.79%

R = 3.07%
G = 20.14%
B = 76.79%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#093BE1 (or 0x093BE1) is known color: Persian Blue. HEX triplet: 09, 3B and E1. RGB value is (9,59,225). Sum of RGB (Red+Green+Blue) = 9+59+225=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 225 (88.28% from 255 or 76.79% from 293); Max value from RGB is 225 - color contains mainly: blue. Hex color #093BE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BE1 is #F6C41E. Grayscale: #3E3E3E. Windows color (decimal): -16172063 or 14760713. OLE color: 14760713.

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

Color convert

RGB 9 59 225 -
CMYK 0.96 0.74 0 0.12
HSL 226.11º 0.92% 0.46% -
HSV(B) 226.11º 0.96% 0.88% -
XYZ 15.27 8.62 72.09 -
YUV 62.97 219.44 89.5 -
System Red Green Blue C M Y K H S L
Decimal 9 59 225 0.96 0.74 0 0.12 226.11 0.92 0.46
Hex 9 3B E1 60 4A 0 C E2 5C 2E
Octal 11 73 341 140 112 0 14 342 134 56
Binary 1001 111011 11100001 1100000 1001010 0 1100 11100010 1011100 101110

Color Harmonies of #093BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BE1

Black with #093BE1

Text Example


Text Example

White with #093BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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