Html Css Color HEX #092BDE Persian Blue

📋 copy color: '#092BDE'

red 9 ◦ green 43 ◦ blue 222

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

Shades of Persian Blue #092BDE

Tints of Persian Blue #092BDE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.69%

 BLUE value IS 222 (87.11% from 255) = 81.02%

R = 3.28%
G = 15.69%
B = 81.02%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#092BDE (or 0x092BDE) is known color: Persian Blue. HEX triplet: 09, 2B and DE. RGB value is (9,43,222). Sum of RGB (Red+Green+Blue) = 9+43+222=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 222 (87.11% from 255 or 81.02% from 274); Max value from RGB is 222 - color contains mainly: blue. Hex color #092BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092BDE is #F6D421. Grayscale: #343434. Windows color (decimal): -16176162 or 14560009. OLE color: 14560009.

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

Color convert

RGB 9 43 222 -
CMYK 0.96 0.81 0 0.13
HSL 230.42º 0.92% 0.45% -
HSV(B) 230.42º 0.96% 0.87% -
XYZ 14.16 7.06 69.72 -
YUV 53.24 223.24 96.45 -
System Red Green Blue C M Y K H S L
Decimal 9 43 222 0.96 0.81 0 0.13 230.42 0.92 0.45
Hex 9 2B DE 60 51 0 D E6 5C 2D
Octal 11 53 336 140 121 0 15 346 134 55
Binary 1001 101011 11011110 1100000 1010001 0 1101 11100110 1011100 101101

Color Harmonies of #092BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092BDE

Black with #092BDE

Text Example


Text Example

White with #092BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,43,222); }

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

background-color css

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

 a { background-color: rgb(9,43,222); }

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

border-color css

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

 span { border-color: rgb(9,43,222); }

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