Html Css Color HEX #092EE9 Persian Blue

📋 copy color: '#092EE9'

red 9 ◦ green 46 ◦ blue 233

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

Shades of Persian Blue #092EE9

Tints of Persian Blue #092EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 80.9%

R = 3.13%
G = 15.97%
B = 80.9%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#092EE9 (or 0x092EE9) is known color: Persian Blue. HEX triplet: 09, 2E and E9. RGB value is (9,46,233). Sum of RGB (Red+Green+Blue) = 9+46+233=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 233 (91.41% from 255 or 80.90% from 288); Max value from RGB is 233 - color contains mainly: blue. Hex color #092EE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092EE9 is #F6D116. Grayscale: #373737. Windows color (decimal): -16175383 or 15281673. OLE color: 15281673.

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

Color convert

RGB 9 46 233 -
CMYK 0.96 0.80 0 0.09
HSL 230.09º 0.93% 0.47% -
HSV(B) 230.09º 0.96% 0.91% -
XYZ 15.8 7.9 77.78 -
YUV 56.26 227.74 94.29 -
System Red Green Blue C M Y K H S L
Decimal 9 46 233 0.96 0.80 0 0.09 230.09 0.93 0.47
Hex 9 2E E9 60 50 0 9 E6 5D 2F
Octal 11 56 351 140 120 0 11 346 135 57
Binary 1001 101110 11101001 1100000 1010000 0 1001 11100110 1011101 101111

Color Harmonies of #092EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092EE9

Black with #092EE9

Text Example


Text Example

White with #092EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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