Html Css Color HEX #132DDE Persian Blue

📋 copy color: '#132DDE'

red 19 ◦ green 45 ◦ blue 222

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

Shades of Persian Blue #132DDE

Tints of Persian Blue #132DDE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.73%

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

R = 6.64%
G = 15.73%
B = 77.62%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#132DDE (or 0x132DDE) is known color: Persian Blue. HEX triplet: 13, 2D and DE. RGB value is (19,45,222). Sum of RGB (Red+Green+Blue) = 19+45+222=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 222 (87.11% from 255 or 77.62% from 286); Max value from RGB is 222 - color contains mainly: blue. Hex color #132DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DDE is #ECD221. Grayscale: #383838. Windows color (decimal): -15520290 or 14560531. OLE color: 14560531.

HSL color Cylindrical-coordinate representation of color #132DDE: hue angle of 232.32º 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 #132DDE is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 45 222 -
CMYK 0.91 0.80 0 0.13
HSL 232.32º 0.84% 0.47% -
HSV(B) 232.32º 0.91% 0.87% -
XYZ 14.39 7.29 69.76 -
YUV 57.4 220.89 100.61 -
System Red Green Blue C M Y K H S L
Decimal 19 45 222 0.91 0.80 0 0.13 232.32 0.84 0.47
Hex 13 2D DE 5B 50 0 D E8 54 2F
Octal 23 55 336 133 120 0 15 350 124 57
Binary 10011 101101 11011110 1011011 1010000 0 1101 11101000 1010100 101111

Color Harmonies of #132DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132DDE

Black with #132DDE

Text Example


Text Example

White with #132DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,45,222); }

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

background-color css

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

 a { background-color: rgb(19,45,222); }

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

border-color css

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

 span { border-color: rgb(19,45,222); }

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