Html Css Color HEX #092EDB Persian Blue

📋 copy color: '#092EDB'

red 9 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #092EDB

Tints of Persian Blue #092EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 79.93%

R = 3.28%
G = 16.79%
B = 79.93%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#092EDB (or 0x092EDB) is known color: Persian Blue. HEX triplet: 09, 2E and DB. RGB value is (9,46,219). Sum of RGB (Red+Green+Blue) = 9+46+219=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #092EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092EDB is #F6D124. Grayscale: #353535. Windows color (decimal): -16175397 or 14364169. OLE color: 14364169.

HSL color Cylindrical-coordinate representation of color #092EDB: hue angle of 229.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092EDB is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 46 219 -
CMYK 0.96 0.79 0 0.14
HSL 229.43º 0.92% 0.45% -
HSV(B) 229.43º 0.96% 0.86% -
XYZ 13.88 7.13 67.66 -
YUV 54.66 220.74 95.43 -
System Red Green Blue C M Y K H S L
Decimal 9 46 219 0.96 0.79 0 0.14 229.43 0.92 0.45
Hex 9 2E DB 60 4F 0 E E5 5C 2D
Octal 11 56 333 140 117 0 16 345 134 55
Binary 1001 101110 11011011 1100000 1001111 0 1110 11100101 1011100 101101

Color Harmonies of #092EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092EDB

Black with #092EDB

Text Example


Text Example

White with #092EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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