#0134DE

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

Shades of Persian Blue #0134DE

Tints of Persian Blue #0134DE

Color information

#0134DE (or 0x0134DE) is unknown color: approx Persian Blue. HEX triplet: 01, 34 and DE. RGB value is (1,52,222). Sum of RGB (Red+Green+Blue) = 1+52+222=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 222 (87.11% from 255 or 80.73% from 275); Max value from RGB is 222 - color contains mainly: blue. Hex color #0134DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0134DE is #FECB21. Grayscale: #373737. Windows color (decimal): -16698146 or 14562305. OLE color: 14562305.

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

Color convert

RGB152222-
CMYK1.000.7700.13
HSL226.15º99.1%43.73%-
HSV(B)226.15º99.55%87.06%-
XYZ14.437.7469.84-
YUV56.13221.688.68-

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.91%
BLUE value IS 222 (87.11% from 255) = 80.73%
R=0.36%
G=18.91%
B=80.73%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522221.000.7700.13226.1599.143.73
Hex134DE644D0De2632c
Octal16433614411501534214354
Binary1110100110111101100100100110101101111000101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0134DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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