#092ADF

Color #092ADF Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #092ADF

Tints of Persian Blue #092ADF

Color information

#092ADF (or 0x092ADF) is unknown color: approx Persian Blue. HEX triplet: 09, 2A and DF. RGB value is (9,42,223). Sum of RGB (Red+Green+Blue) = 9+42+223=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #092ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092ADF is #F6D520. Grayscale: #343434. Windows color (decimal): -16176417 or 14625289. OLE color: 14625289.

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

Color convert

RGB942223-
CMYK0.960.8100.13
HSL230.75º92.24%45.49%-
HSV(B)230.75º95.96%87.45%-
XYZ14.267.0470.42-
YUV52.77224.0796.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.28%
GREEN value IS 42 (16.80% from 255) = 15.33%
BLUE value IS 223 (87.5% from 255) = 81.39%
R=3.28%
G=15.33%
B=81.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal9422230.960.8100.13230.7592.2445.49
Hex92ADF60510De75c2d
Octal115233714012101534713455
Binary1001101010110111111100000101000101101111001111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #092ADF;
 }
 .AnyTagClassName
 {
   color: #092ADF;
 }
</style>
background-color css

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

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

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

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

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

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