Html Css Color HEX #132EDD Persian Blue

📋 copy color: '#132EDD'

red 19 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #132EDD

Tints of Persian Blue #132EDD

RGB

 RED value IS 19 (7.81% from 255) = 6.64%

 GREEN value IS 46 (18.36% from 255) = 16.08%

 BLUE value IS 221 (86.72% from 255) = 77.27%

R = 6.64%
G = 16.08%
B = 77.27%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#132EDD (or 0x132EDD) is known color: Persian Blue. HEX triplet: 13, 2E and DD. RGB value is (19,46,221). Sum of RGB (Red+Green+Blue) = 19+46+221=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #132EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132EDD is #ECD122. Grayscale: #393939. Windows color (decimal): -15520035 or 14495251. OLE color: 14495251.

HSL color Cylindrical-coordinate representation of color #132EDD: hue angle of 231.98º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132EDD is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 46 221 -
CMYK 0.91 0.79 0 0.13
HSL 231.98º 0.84% 0.47% -
HSV(B) 231.98º 0.91% 0.87% -
XYZ 14.3 7.31 69.06 -
YUV 57.88 220.05 100.27 -
System Red Green Blue C M Y K H S L
Decimal 19 46 221 0.91 0.79 0 0.13 231.98 0.84 0.47
Hex 13 2E DD 5B 4F 0 D E8 54 2F
Octal 23 56 335 133 117 0 15 350 124 57
Binary 10011 101110 11011101 1011011 1001111 0 1101 11101000 1010100 101111

Color Harmonies of #132EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132EDD

Black with #132EDD

Text Example


Text Example

White with #132EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132EDD; }

 p { color: rgb(19,46,221); }

 H1.HeaderClassName
 {
   color: #132EDD;
 }
 .AnyTagClassName
 {
   color: #132EDD;
 }
</style>

background-color css

<style>
 a { background-color: #132EDD; }

 a { background-color: rgb(19,46,221); }

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

border-color css

<style>
 span { border-color: #132EDD; }

 span { border-color: rgb(19,46,221); }

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