#0940BE

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

Shades of Persian Blue #0940BE

Tints of Persian Blue #0940BE

Color information

#0940BE (or 0x0940BE) is unknown color: approx Persian Blue. HEX triplet: 09, 40 and BE. RGB value is (9,64,190). Sum of RGB (Red+Green+Blue) = 9+64+190=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 190 (74.61% from 255 or 72.24% from 263); Max value from RGB is 190 - color contains mainly: blue. Hex color #0940BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0940BE is #F6BF41. Grayscale: #3D3D3D. Windows color (decimal): -16170818 or 12468233. OLE color: 12468233.

HSL color Cylindrical-coordinate representation of color #0940BE: hue angle of 221.77º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0940BE is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB964190-
CMYK0.950.6600.25
HSL221.77º90.95%39.02%-
HSV(B)221.77º95.26%74.51%-
XYZ11.247.4449.56-
YUV61.92200.2890.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.42%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 190 (74.61% from 255) = 72.24%
R=3.42%
G=24.33%
B=72.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9641900.950.6600.25221.7790.9539.02
Hex940BE5F42019de5b27
Octal1110027613710203133613347
Binary100110000001011111010111111000010011001110111101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0940BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0940BE; }

 p { color: rgb(9,64,190); }

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

<style>
 a { background-color: #0940BE; }

 a { background-color: rgb(9,64,190); }

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

<style>
 span { border-color: #0940BE; }

 span { border-color: rgb(9,64,190); }

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