#0130EA

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

Shades of Persian Blue #0130EA

Tints of Persian Blue #0130EA

Color information

#0130EA (or 0x0130EA) is unknown color: approx Persian Blue. HEX triplet: 01, 30 and EA. RGB value is (1,48,234). Sum of RGB (Red+Green+Blue) = 1+48+234=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 234 (91.80% from 255 or 82.69% from 283); Max value from RGB is 234 - color contains mainly: blue. Hex color #0130EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0130EA is #FECF15. Grayscale: #363636. Windows color (decimal): -16699158 or 15347713. OLE color: 15347713.

HSL color Cylindrical-coordinate representation of color #0130EA: hue angle of 227.9º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0130EA is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148234-
CMYK1.000.7900.08
HSL227.9º99.15%46.08%-
HSV(B)227.9º99.57%91.76%-
XYZ15.928.0678.56-
YUV55.15228.9389.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 48 (19.14% from 255) = 16.96%
BLUE value IS 234 (91.80% from 255) = 82.69%
R=0.35%
G=16.96%
B=82.69%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482341.000.7900.08227.999.1546.08
Hex130EA644F08e4632e
Octal16035214411701034414356
Binary1110000111010101100100100111101000111001001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0130EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0130EA; }

 p { color: rgb(1,48,234); }

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

<style>
 a { background-color: #0130EA; }

 a { background-color: rgb(1,48,234); }

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

<style>
 span { border-color: #0130EA; }

 span { border-color: rgb(1,48,234); }

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