#0A3FBF

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

Shades of Persian Blue #0A3FBF

Tints of Persian Blue #0A3FBF

Color information

#0A3FBF (or 0x0A3FBF) is unknown color: approx Persian Blue. HEX triplet: 0A, 3F and BF. RGB value is (10,63,191). Sum of RGB (Red+Green+Blue) = 10+63+191=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 191 (75% from 255 or 72.35% from 264); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A3FBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3FBF is #F5C040. Grayscale: #3D3D3D. Windows color (decimal): -16105537 or 12533514. OLE color: 12533514.

HSL color Cylindrical-coordinate representation of color #0A3FBF: hue angle of 222.43º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A3FBF is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1063191-
CMYK0.950.6700.25
HSL222.43º90.05%39.41%-
HSV(B)222.43º94.76%74.9%-
XYZ11.317.3850.12-
YUV61.74200.9491.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.79%
GREEN value IS 63 (25% from 255) = 23.86%
BLUE value IS 191 (75% from 255) = 72.35%
R=3.79%
G=23.86%
B=72.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10631910.950.6700.25222.4390.0539.41
HexA3FBF5F43019de5a27
Octal127727713710303133613247
Binary10101111111011111110111111000011011001110111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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