Html Css Color HEX #092CE9 Persian Blue

📋 copy color: '#092CE9'

red 9 ◦ green 44 ◦ blue 233

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

Shades of Persian Blue #092CE9

Tints of Persian Blue #092CE9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.38%

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

R = 3.15%
G = 15.38%
B = 81.47%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#092CE9 (or 0x092CE9) is known color: Persian Blue. HEX triplet: 09, 2C and E9. RGB value is (9,44,233). Sum of RGB (Red+Green+Blue) = 9+44+233=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 233 (91.41% from 255 or 81.47% from 286); Max value from RGB is 233 - color contains mainly: blue. Hex color #092CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092CE9 is #F6D316. Grayscale: #363636. Windows color (decimal): -16175895 or 15281161. OLE color: 15281161.

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

Color convert

RGB 9 44 233 -
CMYK 0.96 0.81 0 0.09
HSL 230.63º 0.93% 0.47% -
HSV(B) 230.63º 0.96% 0.91% -
XYZ 15.72 7.74 77.76 -
YUV 55.08 228.4 95.13 -
System Red Green Blue C M Y K H S L
Decimal 9 44 233 0.96 0.81 0 0.09 230.63 0.93 0.47
Hex 9 2C E9 60 51 0 9 E7 5D 2F
Octal 11 54 351 140 121 0 11 347 135 57
Binary 1001 101100 11101001 1100000 1010001 0 1001 11100111 1011101 101111

Color Harmonies of #092CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092CE9

Black with #092CE9

Text Example


Text Example

White with #092CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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