Html Css Color HEX #092CE6 Persian Blue

📋 copy color: '#092CE6'

red 9 ◦ green 44 ◦ blue 230

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

Shades of Persian Blue #092CE6

Tints of Persian Blue #092CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 81.27%

R = 3.18%
G = 15.55%
B = 81.27%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#092CE6 (or 0x092CE6) is known color: Persian Blue. HEX triplet: 09, 2C and E6. RGB value is (9,44,230). Sum of RGB (Red+Green+Blue) = 9+44+230=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 230 (90.23% from 255 or 81.27% from 283); Max value from RGB is 230 - color contains mainly: blue. Hex color #092CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092CE6 is #F6D319. Grayscale: #353535. Windows color (decimal): -16175898 or 15084553. OLE color: 15084553.

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

Color convert

RGB 9 44 230 -
CMYK 0.96 0.81 0 0.10
HSL 230.5º 0.92% 0.47% -
HSV(B) 230.5º 0.96% 0.9% -
XYZ 15.3 7.57 75.52 -
YUV 54.74 226.9 95.38 -
System Red Green Blue C M Y K H S L
Decimal 9 44 230 0.96 0.81 0 0.10 230.5 0.92 0.47
Hex 9 2C E6 60 51 0 A E6 5C 2F
Octal 11 54 346 140 121 0 12 346 134 57
Binary 1001 101100 11100110 1100000 1010001 0 1010 11100110 1011100 101111

Color Harmonies of #092CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092CE6

Black with #092CE6

Text Example


Text Example

White with #092CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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