#0A39D8

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

Shades of Persian Blue #0A39D8

Tints of Persian Blue #0A39D8

Color information

#0A39D8 (or 0x0A39D8) is unknown color: approx Persian Blue. HEX triplet: 0A, 39 and D8. RGB value is (10,57,216). Sum of RGB (Red+Green+Blue) = 10+57+216=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 216 (84.77% from 255 or 76.33% from 283); Max value from RGB is 216 - color contains mainly: blue. Hex color #0A39D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A39D8 is #F5C627. Grayscale: #3C3C3C. Windows color (decimal): -16107048 or 14170378. OLE color: 14170378.

HSL color Cylindrical-coordinate representation of color #0A39D8: hue angle of 226.31º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A39D8 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1057216-
CMYK0.950.7400.15
HSL226.31º91.15%44.31%-
HSV(B)226.31º95.37%84.71%-
XYZ13.987.9565.76-
YUV61.07215.4391.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.53%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 216 (84.77% from 255) = 76.33%
R=3.53%
G=20.14%
B=76.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal10572160.950.7400.15226.3191.1544.31
HexA39D85F4A0Fe25b2c
Octal127133013711201734213354
Binary1010111001110110001011111100101001111111000101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A39D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A39D8; }

 p { color: rgb(10,57,216); }

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

<style>
 a { background-color: #0A39D8; }

 a { background-color: rgb(10,57,216); }

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

<style>
 span { border-color: #0A39D8; }

 span { border-color: rgb(10,57,216); }

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