#0A2DBE

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

Shades of Persian Blue #0A2DBE

Tints of Persian Blue #0A2DBE

Color information

#0A2DBE (or 0x0A2DBE) is unknown color: approx Persian Blue. HEX triplet: 0A, 2D and BE. RGB value is (10,45,190). Sum of RGB (Red+Green+Blue) = 10+45+190=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 190 (74.61% from 255 or 77.55% from 245); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A2DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2DBE is #F5D241. Grayscale: #323232. Windows color (decimal): -16110146 or 12463370. OLE color: 12463370.

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

Color convert

RGB1045190-
CMYK0.950.7600.25
HSL228.33º90%39.22%-
HSV(B)228.33º94.74%74.51%-
XYZ10.365.6649.26-
YUV51.06206.498.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.08%
GREEN value IS 45 (17.97% from 255) = 18.37%
BLUE value IS 190 (74.61% from 255) = 77.55%
R=4.08%
G=18.37%
B=77.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10451900.950.7600.25228.339039.22
HexA2DBE5F4C019e45a27
Octal125527613711403134413247
Binary10101011011011111010111111001100011001111001001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,45,190); }

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

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

 a { background-color: rgb(10,45,190); }

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

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

 span { border-color: rgb(10,45,190); }

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