Html Css Color HEX #1332CE Persian Blue

📋 copy color: '#1332CE'

red 19 ◦ green 50 ◦ blue 206

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

Shades of Persian Blue #1332CE

Tints of Persian Blue #1332CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 74.91%

R = 6.91%
G = 18.18%
B = 74.91%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1332CE (or 0x1332CE) is known color: Persian Blue. HEX triplet: 13, 32 and CE. RGB value is (19,50,206). Sum of RGB (Red+Green+Blue) = 19+50+206=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #1332CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1332CE is #ECCD31. Grayscale: #393939. Windows color (decimal): -15519026 or 13513235. OLE color: 13513235.

HSL color Cylindrical-coordinate representation of color #1332CE: hue angle of 230.05º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1332CE is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 50 206 -
CMYK 0.91 0.76 0 0.19
HSL 230.05º 0.83% 0.44% -
HSV(B) 230.05º 0.91% 0.81% -
XYZ 12.55 6.88 59.06 -
YUV 58.52 211.23 99.82 -
System Red Green Blue C M Y K H S L
Decimal 19 50 206 0.91 0.76 0 0.19 230.05 0.83 0.44
Hex 13 32 CE 5B 4C 0 13 E6 53 2C
Octal 23 62 316 133 114 0 23 346 123 54
Binary 10011 110010 11001110 1011011 1001100 0 10011 11100110 1010011 101100

Color Harmonies of #1332CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1332CE

Black with #1332CE

Text Example


Text Example

White with #1332CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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