Html Css Color HEX #092ADB Persian Blue

📋 copy color: '#092ADB'

red 9 ◦ green 42 ◦ blue 219

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

Shades of Persian Blue #092ADB

Tints of Persian Blue #092ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.56%

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

R = 3.33%
G = 15.56%
B = 81.11%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#092ADB (or 0x092ADB) is known color: Persian Blue. HEX triplet: 09, 2A and DB. RGB value is (9,42,219). Sum of RGB (Red+Green+Blue) = 9+42+219=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #092ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092ADB is #F6D524. Grayscale: #333333. Windows color (decimal): -16176421 or 14363145. OLE color: 14363145.

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

Color convert

RGB 9 42 219 -
CMYK 0.96 0.81 0 0.14
HSL 230.57º 0.92% 0.45% -
HSV(B) 230.57º 0.96% 0.86% -
XYZ 13.73 6.83 67.61 -
YUV 52.31 222.07 97.11 -
System Red Green Blue C M Y K H S L
Decimal 9 42 219 0.96 0.81 0 0.14 230.57 0.92 0.45
Hex 9 2A DB 60 51 0 E E7 5C 2D
Octal 11 52 333 140 121 0 16 347 134 55
Binary 1001 101010 11011011 1100000 1010001 0 1110 11100111 1011100 101101

Color Harmonies of #092ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092ADB

Black with #092ADB

Text Example


Text Example

White with #092ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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