Html Css Color HEX #1332DC Persian Blue

📋 copy color: '#1332DC'

red 19 ◦ green 50 ◦ blue 220

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

Shades of Persian Blue #1332DC

Tints of Persian Blue #1332DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 76.12%

R = 6.57%
G = 17.3%
B = 76.12%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1332DC (or 0x1332DC) is known color: Persian Blue. HEX triplet: 13, 32 and DC. RGB value is (19,50,220). Sum of RGB (Red+Green+Blue) = 19+50+220=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #1332DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1332DC is #ECCD23. Grayscale: #3B3B3B. Windows color (decimal): -15519012 or 14430739. OLE color: 14430739.

HSL color Cylindrical-coordinate representation of color #1332DC: hue angle of 230.75º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1332DC is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 50 220 -
CMYK 0.91 0.77 0 0.14
HSL 230.75º 0.84% 0.47% -
HSV(B) 230.75º 0.91% 0.86% -
XYZ 14.33 7.59 68.42 -
YUV 60.11 218.23 98.68 -
System Red Green Blue C M Y K H S L
Decimal 19 50 220 0.91 0.77 0 0.14 230.75 0.84 0.47
Hex 13 32 DC 5B 4D 0 E E7 54 2F
Octal 23 62 334 133 115 0 16 347 124 57
Binary 10011 110010 11011100 1011011 1001101 0 1110 11100111 1010100 101111

Color Harmonies of #1332DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1332DC

Black with #1332DC

Text Example


Text Example

White with #1332DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1332DC; }

 p { color: rgb(19,50,220); }

 H1.HeaderClassName
 {
   color: #1332DC;
 }
 .AnyTagClassName
 {
   color: #1332DC;
 }
</style>

background-color css

<style>
 a { background-color: #1332DC; }

 a { background-color: rgb(19,50,220); }

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

border-color css

<style>
 span { border-color: #1332DC; }

 span { border-color: rgb(19,50,220); }

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