Html Css Color HEX #092EEB Persian Blue

📋 copy color: '#092EEB'

red 9 ◦ green 46 ◦ blue 235

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

Shades of Persian Blue #092EEB

Tints of Persian Blue #092EEB

RGB

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

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

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

R = 3.1%
G = 15.86%
B = 81.03%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#092EEB (or 0x092EEB) is known color: Persian Blue. HEX triplet: 09, 2E and EB. RGB value is (9,46,235). Sum of RGB (Red+Green+Blue) = 9+46+235=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 235 (92.19% from 255 or 81.03% from 290); Max value from RGB is 235 - color contains mainly: blue. Hex color #092EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092EEB is #F6D114. Grayscale: #373737. Windows color (decimal): -16175381 or 15412745. OLE color: 15412745.

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

Color convert

RGB 9 46 235 -
CMYK 0.96 0.80 0 0.08
HSL 230.18º 0.93% 0.48% -
HSV(B) 230.18º 0.96% 0.92% -
XYZ 16.09 8.01 79.3 -
YUV 56.48 228.74 94.13 -
System Red Green Blue C M Y K H S L
Decimal 9 46 235 0.96 0.80 0 0.08 230.18 0.93 0.48
Hex 9 2E EB 60 50 0 8 E6 5D 30
Octal 11 56 353 140 120 0 10 346 135 60
Binary 1001 101110 11101011 1100000 1010000 0 1000 11100110 1011101 110000

Color Harmonies of #092EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092EEB

Black with #092EEB

Text Example


Text Example

White with #092EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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