#093DC4

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

Shades of Persian Blue #093DC4

Tints of Persian Blue #093DC4

Color information

#093DC4 (or 0x093DC4) is unknown color: approx Persian Blue. HEX triplet: 09, 3D and C4. RGB value is (9,61,196). Sum of RGB (Red+Green+Blue) = 9+61+196=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 196 (76.95% from 255 or 73.68% from 266); Max value from RGB is 196 - color contains mainly: blue. Hex color #093DC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093DC4 is #F6C23B. Grayscale: #3C3C3C. Windows color (decimal): -16171580 or 12860681. OLE color: 12860681.

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

Color convert

RGB961196-
CMYK0.950.6900.23
HSL223.32º91.22%40.2%-
HSV(B)223.32º95.41%76.86%-
XYZ11.757.3853.03-
YUV60.84204.2791.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.38%
GREEN value IS 61 (24.22% from 255) = 22.93%
BLUE value IS 196 (76.95% from 255) = 73.68%
R=3.38%
G=22.93%
B=73.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal9611960.950.6900.23223.3291.2240.2
Hex93DC45F45017df5b28
Octal117530413710502733713350
Binary10011111011100010010111111000101010111110111111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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