#0A2FBF

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

Shades of Persian Blue #0A2FBF

Tints of Persian Blue #0A2FBF

Color information

#0A2FBF (or 0x0A2FBF) is unknown color: approx Persian Blue. HEX triplet: 0A, 2F and BF. RGB value is (10,47,191). Sum of RGB (Red+Green+Blue) = 10+47+191=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 191 (75% from 255 or 77.02% from 248); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A2FBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2FBF is #F5D040. Grayscale: #333333. Windows color (decimal): -16109633 or 12529418. OLE color: 12529418.

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

Color convert

RGB1047191-
CMYK0.950.7500.25
HSL227.73º90.05%39.41%-
HSV(B)227.73º94.76%74.9%-
XYZ10.555.8649.87-
YUV52.35206.2497.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.03%
GREEN value IS 47 (18.75% from 255) = 18.95%
BLUE value IS 191 (75% from 255) = 77.02%
R=4.03%
G=18.95%
B=77.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10471910.950.7500.25227.7390.0539.41
HexA2FBF5F4B019e45a27
Octal125727713711303134413247
Binary10101011111011111110111111001011011001111001001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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