Html Css Color HEX #1332CB Persian Blue

📋 copy color: '#1332CB'

red 19 ◦ green 50 ◦ blue 203

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

Shades of Persian Blue #1332CB

Tints of Persian Blue #1332CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 74.63%

R = 6.99%
G = 18.38%
B = 74.63%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1332CB (or 0x1332CB) is known color: Persian Blue. HEX triplet: 13, 32 and CB. RGB value is (19,50,203). Sum of RGB (Red+Green+Blue) = 19+50+203=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 203 (79.69% from 255 or 74.63% from 272); Max value from RGB is 203 - color contains mainly: blue. Hex color #1332CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1332CB is #ECCD34. Grayscale: #393939. Windows color (decimal): -15519029 or 13316627. OLE color: 13316627.

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

Color convert

RGB 19 50 203 -
CMYK 0.91 0.75 0 0.20
HSL 229.89º 0.83% 0.44% -
HSV(B) 229.89º 0.91% 0.8% -
XYZ 12.19 6.73 57.16 -
YUV 58.17 209.73 100.06 -
System Red Green Blue C M Y K H S L
Decimal 19 50 203 0.91 0.75 0 0.20 229.89 0.83 0.44
Hex 13 32 CB 5B 4B 0 14 E6 53 2C
Octal 23 62 313 133 113 0 24 346 123 54
Binary 10011 110010 11001011 1011011 1001011 0 10100 11100110 1010011 101100

Color Harmonies of #1332CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1332CB

Black with #1332CB

Text Example


Text Example

White with #1332CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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