Html Css Color HEX #132DDF Persian Blue

📋 copy color: '#132DDF'

red 19 ◦ green 45 ◦ blue 223

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

Shades of Persian Blue #132DDF

Tints of Persian Blue #132DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 77.7%

R = 6.62%
G = 15.68%
B = 77.7%

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

#132DDF (or 0x132DDF) is known color: Persian Blue. HEX triplet: 13, 2D and DF. RGB value is (19,45,223). Sum of RGB (Red+Green+Blue) = 19+45+223=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 223 (87.5% from 255 or 77.70% from 287); Max value from RGB is 223 - color contains mainly: blue. Hex color #132DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DDF is #ECD220. Grayscale: #383838. Windows color (decimal): -15520289 or 14626067. OLE color: 14626067.

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

Color convert

RGB 19 45 223 -
CMYK 0.91 0.80 0 0.13
HSL 232.35º 0.84% 0.47% -
HSV(B) 232.35º 0.91% 0.87% -
XYZ 14.53 7.34 70.46 -
YUV 57.52 221.39 100.53 -
System Red Green Blue C M Y K H S L
Decimal 19 45 223 0.91 0.80 0 0.13 232.35 0.84 0.47
Hex 13 2D DF 5B 50 0 D E8 54 2F
Octal 23 55 337 133 120 0 15 350 124 57
Binary 10011 101101 11011111 1011011 1010000 0 1101 11101000 1010100 101111

Color Harmonies of #132DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132DDF

Black with #132DDF

Text Example


Text Example

White with #132DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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