#092AC1

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

Shades of Persian Blue #092AC1

Tints of Persian Blue #092AC1

Color information

#092AC1 (or 0x092AC1) is unknown color: approx Persian Blue. HEX triplet: 09, 2A and C1. RGB value is (9,42,193). Sum of RGB (Red+Green+Blue) = 9+42+193=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 193 (75.78% from 255 or 79.10% from 244); Max value from RGB is 193 - color contains mainly: blue. Hex color #092AC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092AC1 is #F6D53E. Grayscale: #303030. Windows color (decimal): -16176447 or 12659209. OLE color: 12659209.

HSL color Cylindrical-coordinate representation of color #092AC1: hue angle of 229.24º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092AC1 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB942193-
CMYK0.950.7800.24
HSL229.24º91.09%39.61%-
HSV(B)229.24º95.34%75.69%-
XYZ10.575.5650.97-
YUV49.35209.0799.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.69%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 193 (75.78% from 255) = 79.10%
R=3.69%
G=17.21%
B=79.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal9421930.950.7800.24229.2491.0939.61
Hex92AC15F4E018e55b28
Octal115230113711603034513350
Binary10011010101100000110111111001110011000111001011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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