#0925C1

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

Shades of Persian Blue #0925C1

Tints of Persian Blue #0925C1

Color information

#0925C1 (or 0x0925C1) is unknown color: approx Persian Blue. HEX triplet: 09, 25 and C1. RGB value is (9,37,193). Sum of RGB (Red+Green+Blue) = 9+37+193=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 193 (75.78% from 255 or 80.75% from 239); Max value from RGB is 193 - color contains mainly: blue. Hex color #0925C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0925C1 is #F6DA3E. Grayscale: #2D2D2D. Windows color (decimal): -16177727 or 12657929. OLE color: 12657929.

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

Color convert

RGB937193-
CMYK0.950.8100.24
HSL230.87º91.09%39.61%-
HSV(B)230.87º95.34%75.69%-
XYZ10.45.2350.91-
YUV46.41210.72101.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.77%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 193 (75.78% from 255) = 80.75%
R=3.77%
G=15.48%
B=80.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal9371930.950.8100.24230.8791.0939.61
Hex925C15F51018e75b28
Octal114530113712103034713350
Binary10011001011100000110111111010001011000111001111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0925C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0925C1; }

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

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

<style>
 a { background-color: #0925C1; }

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

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

<style>
 span { border-color: #0925C1; }

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

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