#0134E0

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

Shades of Persian Blue #0134E0

Tints of Persian Blue #0134E0

Color information

#0134E0 (or 0x0134E0) is unknown color: approx Persian Blue. HEX triplet: 01, 34 and E0. RGB value is (1,52,224). Sum of RGB (Red+Green+Blue) = 1+52+224=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 224 (87.89% from 255 or 80.87% from 277); Max value from RGB is 224 - color contains mainly: blue. Hex color #0134E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0134E0 is #FECB1F. Grayscale: #373737. Windows color (decimal): -16698144 or 14693377. OLE color: 14693377.

HSL color Cylindrical-coordinate representation of color #0134E0: hue angle of 226.28º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0134E0 is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB152224-
CMYK1.000.7700.12
HSL226.28º99.11%44.12%-
HSV(B)226.28º99.55%87.84%-
XYZ14.77.8471.26-
YUV56.36222.688.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 224 (87.89% from 255) = 80.87%
R=0.36%
G=18.77%
B=80.87%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1522241.000.7700.12226.2899.1144.12
Hex134E0644D0Ce2632c
Octal16434014411501434214354
Binary1110100111000001100100100110101100111000101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0134E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0134E0; }

 p { color: rgb(1,52,224); }

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

<style>
 a { background-color: #0134E0; }

 a { background-color: rgb(1,52,224); }

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

<style>
 span { border-color: #0134E0; }

 span { border-color: rgb(1,52,224); }

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