#0936C5

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

Shades of Persian Blue #0936C5

Tints of Persian Blue #0936C5

Color information

#0936C5 (or 0x0936C5) is unknown color: approx Persian Blue. HEX triplet: 09, 36 and C5. RGB value is (9,54,197). Sum of RGB (Red+Green+Blue) = 9+54+197=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 197 (77.34% from 255 or 75.77% from 260); Max value from RGB is 197 - color contains mainly: blue. Hex color #0936C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0936C5 is #F6C93A. Grayscale: #383838. Windows color (decimal): -16173371 or 12924425. OLE color: 12924425.

HSL color Cylindrical-coordinate representation of color #0936C5: hue angle of 225.64º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0936C5 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB954197-
CMYK0.950.7300.23
HSL225.64º91.26%40.39%-
HSV(B)225.64º95.43%77.25%-
XYZ11.516.7353.52-
YUV56.85207.0993.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.46%
GREEN value IS 54 (21.48% from 255) = 20.77%
BLUE value IS 197 (77.34% from 255) = 75.77%
R=3.46%
G=20.77%
B=75.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal9541970.950.7300.23225.6491.2640.39
Hex936C55F49017e25b28
Octal116630513711102734213350
Binary10011101101100010110111111001001010111111000101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0936C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0936C5; }

 p { color: rgb(9,54,197); }

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

<style>
 a { background-color: #0936C5; }

 a { background-color: rgb(9,54,197); }

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

<style>
 span { border-color: #0936C5; }

 span { border-color: rgb(9,54,197); }

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