#092FC2

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

Shades of Persian Blue #092FC2

Tints of Persian Blue #092FC2

Color information

#092FC2 (or 0x092FC2) is unknown color: approx Persian Blue. HEX triplet: 09, 2F and C2. RGB value is (9,47,194). Sum of RGB (Red+Green+Blue) = 9+47+194=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 194 (76.17% from 255 or 77.6% from 250); Max value from RGB is 194 - color contains mainly: blue. Hex color #092FC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FC2 is #F6D03D. Grayscale: #333333. Windows color (decimal): -16175166 or 12726025. OLE color: 12726025.

HSL color Cylindrical-coordinate representation of color #092FC2: hue angle of 227.68º 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 #092FC2 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB947194-
CMYK0.950.7600.24
HSL227.68º91.13%39.8%-
HSV(B)227.68º95.36%76.08%-
XYZ10.875.9951.62-
YUV52.4207.9197.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.6%
GREEN value IS 47 (18.75% from 255) = 18.8%
BLUE value IS 194 (76.17% from 255) = 77.6%
R=3.6%
G=18.8%
B=77.6%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal9471940.950.7600.24227.6891.1339.8
Hex92FC25F4C018e45b28
Octal115730213711403034413350
Binary10011011111100001010111111001100011000111001001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,47,194); }

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

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

 a { background-color: rgb(9,47,194); }

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

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

 span { border-color: rgb(9,47,194); }

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