#0A3FD6

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

Shades of Persian Blue #0A3FD6

Tints of Persian Blue #0A3FD6

Color information

#0A3FD6 (or 0x0A3FD6) is unknown color: approx Persian Blue. HEX triplet: 0A, 3F and D6. RGB value is (10,63,214). Sum of RGB (Red+Green+Blue) = 10+63+214=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 214 (83.98% from 255 or 74.56% from 287); Max value from RGB is 214 - color contains mainly: blue. Hex color #0A3FD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3FD6 is #F5C029. Grayscale: #3F3F3F. Windows color (decimal): -16105514 or 14040842. OLE color: 14040842.

HSL color Cylindrical-coordinate representation of color #0A3FD6: hue angle of 224.41º 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 #0A3FD6 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1063214-
CMYK0.950.7100.16
HSL224.41º91.07%43.92%-
HSV(B)224.41º95.33%83.92%-
XYZ14.048.4764.51-
YUV64.37212.4489.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.48%
GREEN value IS 63 (25% from 255) = 21.95%
BLUE value IS 214 (83.98% from 255) = 74.56%
R=3.48%
G=21.95%
B=74.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal10632140.950.7100.16224.4191.0743.92
HexA3FD65F47010e05b2c
Octal127732613710702034013354
Binary10101111111101011010111111000111010000111000001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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