#0A27BD

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

Shades of Persian Blue #0A27BD

Tints of Persian Blue #0A27BD

Color information

#0A27BD (or 0x0A27BD) is unknown color: approx Persian Blue. HEX triplet: 0A, 27 and BD. RGB value is (10,39,189). Sum of RGB (Red+Green+Blue) = 10+39+189=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 189 (74.22% from 255 or 79.41% from 238); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A27BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A27BD is #F5D842. Grayscale: #2E2E2E. Windows color (decimal): -16111683 or 12396298. OLE color: 12396298.

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

Color convert

RGB1039189-
CMYK0.950.7900.26
HSL230.28º89.95%39.02%-
HSV(B)230.28º94.71%74.12%-
XYZ10.045.1948.62-
YUV47.43207.89101.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.20%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 189 (74.22% from 255) = 79.41%
R=4.20%
G=16.39%
B=79.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10391890.950.7900.26230.2889.9539.02
HexA27BD5F4F01Ae65a27
Octal124727513711703234613247
Binary10101001111011110110111111001111011010111001101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A27BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,39,189); }

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

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

 a { background-color: rgb(10,39,189); }

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

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

 span { border-color: rgb(10,39,189); }

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