Html Css Color HEX #092EE5 Persian Blue

📋 copy color: '#092EE5'

red 9 ◦ green 46 ◦ blue 229

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

Shades of Persian Blue #092EE5

Tints of Persian Blue #092EE5

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.2%

 BLUE value IS 229 (89.84% from 255) = 80.63%

R = 3.17%
G = 16.2%
B = 80.63%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#092EE5 (or 0x092EE5) is known color: Persian Blue. HEX triplet: 09, 2E and E5. RGB value is (9,46,229). Sum of RGB (Red+Green+Blue) = 9+46+229=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 229 (89.84% from 255 or 80.63% from 284); Max value from RGB is 229 - color contains mainly: blue. Hex color #092EE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092EE5 is #F6D11A. Grayscale: #373737. Windows color (decimal): -16175387 or 15019529. OLE color: 15019529.

HSL color Cylindrical-coordinate representation of color #092EE5: hue angle of 229.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092EE5 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 46 229 -
CMYK 0.96 0.80 0 0.10
HSL 229.91º 0.92% 0.47% -
HSV(B) 229.91º 0.96% 0.9% -
XYZ 15.23 7.67 74.81 -
YUV 55.8 225.74 94.62 -
System Red Green Blue C M Y K H S L
Decimal 9 46 229 0.96 0.80 0 0.10 229.91 0.92 0.47
Hex 9 2E E5 60 50 0 A E6 5C 2F
Octal 11 56 345 140 120 0 12 346 134 57
Binary 1001 101110 11100101 1100000 1010000 0 1010 11100110 1011100 101111

Color Harmonies of #092EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092EE5

Black with #092EE5

Text Example


Text Example

White with #092EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092EE5; }

 p { color: rgb(9,46,229); }

 H1.HeaderClassName
 {
   color: #092EE5;
 }
 .AnyTagClassName
 {
   color: #092EE5;
 }
</style>

background-color css

<style>
 a { background-color: #092EE5; }

 a { background-color: rgb(9,46,229); }

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

border-color css

<style>
 span { border-color: #092EE5; }

 span { border-color: rgb(9,46,229); }

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