#0A30BC

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

Shades of Persian Blue #0A30BC

Tints of Persian Blue #0A30BC

Color information

#0A30BC (or 0x0A30BC) is unknown color: approx Persian Blue. HEX triplet: 0A, 30 and BC. RGB value is (10,48,188). Sum of RGB (Red+Green+Blue) = 10+48+188=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A30BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A30BC is #F5CF43. Grayscale: #343434. Windows color (decimal): -16109380 or 12333066. OLE color: 12333066.

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

Color convert

RGB1048188-
CMYK0.950.7400.26
HSL227.19º89.9%38.82%-
HSV(B)227.19º94.68%73.73%-
XYZ10.265.8148.16-
YUV52.6204.4197.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.07%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 188 (73.83% from 255) = 76.42%
R=4.07%
G=19.51%
B=76.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10481880.950.7400.26227.1989.938.82
HexA30BC5F4A01Ae35a27
Octal126027413711203234313247
Binary10101100001011110010111111001010011010111000111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A30BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,48,188); }

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

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

 a { background-color: rgb(10,48,188); }

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

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

 span { border-color: rgb(10,48,188); }

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