Html Css Color HEX #1332CC Persian Blue

📋 copy color: '#1332CC'

red 19 ◦ green 50 ◦ blue 204

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

Shades of Persian Blue #1332CC

Tints of Persian Blue #1332CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 74.73%

R = 6.96%
G = 18.32%
B = 74.73%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1332CC (or 0x1332CC) is known color: Persian Blue. HEX triplet: 13, 32 and CC. RGB value is (19,50,204). Sum of RGB (Red+Green+Blue) = 19+50+204=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #1332CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1332CC is #ECCD33. Grayscale: #393939. Windows color (decimal): -15519028 or 13382163. OLE color: 13382163.

HSL color Cylindrical-coordinate representation of color #1332CC: hue angle of 229.95º 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 #1332CC is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 50 204 -
CMYK 0.91 0.75 0 0.2
HSL 229.95º 0.83% 0.44% -
HSV(B) 229.95º 0.91% 0.8% -
XYZ 12.31 6.78 57.79 -
YUV 58.29 210.23 99.98 -
System Red Green Blue C M Y K H S L
Decimal 19 50 204 0.91 0.75 0 0.2 229.95 0.83 0.44
Hex 13 32 CC 5B 4B 0 14 E6 53 2C
Octal 23 62 314 133 113 0 24 346 123 54
Binary 10011 110010 11001100 1011011 1001011 0 10100 11100110 1010011 101100

Color Harmonies of #1332CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1332CC

Black with #1332CC

Text Example


Text Example

White with #1332CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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