#0938D5

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

Shades of Persian Blue #0938D5

Tints of Persian Blue #0938D5

Color information

#0938D5 (or 0x0938D5) is unknown color: approx Persian Blue. HEX triplet: 09, 38 and D5. RGB value is (9,56,213). Sum of RGB (Red+Green+Blue) = 9+56+213=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 213 (83.59% from 255 or 76.62% from 278); Max value from RGB is 213 - color contains mainly: blue. Hex color #0938D5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0938D5 is #F6C72A. Grayscale: #3B3B3B. Windows color (decimal): -16172843 or 13973513. OLE color: 13973513.

HSL color Cylindrical-coordinate representation of color #0938D5: hue angle of 226.18º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0938D5 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB956213-
CMYK0.960.7400.16
HSL226.18º91.89%43.53%-
HSV(B)226.18º95.77%83.53%-
XYZ13.547.6963.72-
YUV59.84214.4391.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.24%
GREEN value IS 56 (22.27% from 255) = 20.14%
BLUE value IS 213 (83.59% from 255) = 76.62%
R=3.24%
G=20.14%
B=76.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal9562130.960.7400.16226.1891.8943.53
Hex938D5604A010e25c2c
Octal117032514011202034213454
Binary10011110001101010111000001001010010000111000101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0938D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0938D5; }

 p { color: rgb(9,56,213); }

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

<style>
 a { background-color: #0938D5; }

 a { background-color: rgb(9,56,213); }

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

<style>
 span { border-color: #0938D5; }

 span { border-color: rgb(9,56,213); }

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