#0939BC

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

Shades of Persian Blue #0939BC

Tints of Persian Blue #0939BC

Color information

#0939BC (or 0x0939BC) is unknown color: approx Persian Blue. HEX triplet: 09, 39 and BC. RGB value is (9,57,188). Sum of RGB (Red+Green+Blue) = 9+57+188=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #0939BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0939BC is #F6C643. Grayscale: #393939. Windows color (decimal): -16172612 or 12335369. OLE color: 12335369.

HSL color Cylindrical-coordinate representation of color #0939BC: hue angle of 223.91º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0939BC is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB957188-
CMYK0.950.7000.26
HSL223.91º90.86%38.63%-
HSV(B)223.91º95.21%73.73%-
XYZ10.656.6248.29-
YUV57.58201.693.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.54%
GREEN value IS 57 (22.66% from 255) = 22.44%
BLUE value IS 188 (73.83% from 255) = 74.02%
R=3.54%
G=22.44%
B=74.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9571880.950.7000.26223.9190.8638.63
Hex939BC5F4601Ae05b27
Octal117127413710603234013347
Binary10011110011011110010111111000110011010111000001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0939BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0939BC; }

 p { color: rgb(9,57,188); }

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

<style>
 a { background-color: #0939BC; }

 a { background-color: rgb(9,57,188); }

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

<style>
 span { border-color: #0939BC; }

 span { border-color: rgb(9,57,188); }

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