Html Css Color HEX #0132DE Persian Blue

📋 copy color: '#0132DE'

red 1 ◦ green 50 ◦ blue 222

#0132DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0132DE

Tints of Persian Blue #0132DE

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 50 (19.92% from 255) = 18.32%

 BLUE value IS 222 (87.11% from 255) = 81.32%

R = 0.37%
G = 18.32%
B = 81.32%

CMYK

 C value IS 1.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0132DE (or 0x0132DE) is known color: Persian Blue. HEX triplet: 01, 32 and DE. RGB value is (1,50,222). Sum of RGB (Red+Green+Blue) = 1+50+222=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 222 (87.11% from 255 or 81.32% from 273); Max value from RGB is 222 - color contains mainly: blue. Hex color #0132DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0132DE is #FECD21. Grayscale: #363636. Windows color (decimal): -16698658 or 14561793. OLE color: 14561793.

HSL color Cylindrical-coordinate representation of color #0132DE: hue angle of 226.7º 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 #0132DE is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 50 222 -
CMYK 1.00 0.77 0 0.13
HSL 226.7º 0.99% 0.44% -
HSV(B) 226.7º 1% 0.87% -
XYZ 14.34 7.56 69.81 -
YUV 54.96 222.27 89.51 -
System Red Green Blue C M Y K H S L
Decimal 1 50 222 1.00 0.77 0 0.13 226.7 0.99 0.44
Hex 1 32 DE 64 4D 0 D E3 63 2C
Octal 1 62 336 144 115 0 15 343 143 54
Binary 1 110010 11011110 1100100 1001101 0 1101 11100011 1100011 101100

Color Harmonies of #0132DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0132DE

Black with #0132DE

Text Example


Text Example

White with #0132DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0132DE;
 }
 .AnyTagClassName
 {
   color: #0132DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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