#093BC4

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

Shades of Persian Blue #093BC4

Tints of Persian Blue #093BC4

Color information

#093BC4 (or 0x093BC4) is unknown color: approx Persian Blue. HEX triplet: 09, 3B and C4. RGB value is (9,59,196). Sum of RGB (Red+Green+Blue) = 9+59+196=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 196 (76.95% from 255 or 74.24% from 264); Max value from RGB is 196 - color contains mainly: blue. Hex color #093BC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BC4 is #F6C43B. Grayscale: #3B3B3B. Windows color (decimal): -16172092 or 12860169. OLE color: 12860169.

HSL color Cylindrical-coordinate representation of color #093BC4: hue angle of 223.96º 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 #093BC4 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB959196-
CMYK0.950.7000.23
HSL223.96º91.22%40.2%-
HSV(B)223.96º95.41%76.86%-
XYZ11.647.1753-
YUV59.67204.9491.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.41%
GREEN value IS 59 (23.44% from 255) = 22.35%
BLUE value IS 196 (76.95% from 255) = 74.24%
R=3.41%
G=22.35%
B=74.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal9591960.950.7000.23223.9691.2240.2
Hex93BC45F46017e05b28
Octal117330413710602734013350
Binary10011110111100010010111111000110010111111000001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093BC4; }

 p { color: rgb(9,59,196); }

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

<style>
 a { background-color: #093BC4; }

 a { background-color: rgb(9,59,196); }

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

<style>
 span { border-color: #093BC4; }

 span { border-color: rgb(9,59,196); }

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