#0A3BD6

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

Shades of Persian Blue #0A3BD6

Tints of Persian Blue #0A3BD6

Color information

#0A3BD6 (or 0x0A3BD6) is unknown color: approx Persian Blue. HEX triplet: 0A, 3B and D6. RGB value is (10,59,214). Sum of RGB (Red+Green+Blue) = 10+59+214=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 214 (83.98% from 255 or 75.62% from 283); Max value from RGB is 214 - color contains mainly: blue. Hex color #0A3BD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3BD6 is #F5C429. Grayscale: #3D3D3D. Windows color (decimal): -16106538 or 14039818. OLE color: 14039818.

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

Color convert

RGB1059214-
CMYK0.950.7200.16
HSL225.59º91.07%43.92%-
HSV(B)225.59º95.33%83.92%-
XYZ13.838.0564.44-
YUV62.02213.7790.9-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.53%
GREEN value IS 59 (23.44% from 255) = 20.85%
BLUE value IS 214 (83.98% from 255) = 75.62%
R=3.53%
G=20.85%
B=75.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal10592140.950.7200.16225.5991.0743.92
HexA3BD65F48010e25b2c
Octal127332613711002034213354
Binary10101110111101011010111111001000010000111000101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,59,214); }

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

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

 a { background-color: rgb(10,59,214); }

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

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

 span { border-color: rgb(10,59,214); }

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